| Commit message (Expand) | Author | Age | Files | Lines |
* | net: unix: fix sending fds in multiple buffers | Miklos Szeredi | 2009-09-11 | 1 | -1/+4 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2009-09-10 | 107 | -1856/+373 |
|\ |
|
| * | netfilter: ebt_ulog: fix checkentry return value | Patrick McHardy | 2009-09-01 | 1 | -1/+1 |
| * | IPVS: Add handling of incoming ICMPV6 messages | Julius Volz | 2009-08-31 | 1 | -6/+17 |
| * | netfilter: ip6t_eui: fix read outside array bounds | Patrick McHardy | 2009-08-31 | 1 | -7/+2 |
| * | netfilter: nf_conntrack: netns fix re reliable conntrack event delivery | Alexey Dobriyan | 2009-08-31 | 1 | -3/+3 |
| * | ipvs: Use atomic operations atomicly | Simon Horman | 2009-08-31 | 2 | -6/+7 |
| * | netfilter: nfnetlink: constify message attributes and headers | Patrick McHardy | 2009-08-25 | 9 | -35/+55 |
| * | netlink: constify nlmsghdr arguments | Patrick McHardy | 2009-08-25 | 5 | -12/+13 |
| * | netfilter: nf_conntrack: log packets dropped by helpers | Patrick McHardy | 2009-08-25 | 2 | -2/+10 |
| * | netfilter: bridge: refcount fix | Eric Dumazet | 2009-08-24 | 1 | -1/+1 |
| * | netfilter: nf_nat: fix inverted logic for persistent NAT mappings | Maximilian Engelhardt | 2009-08-24 | 1 | -1/+1 |
| * | netfilter: xtables: mark initial tables constant | Jan Engelhardt | 2009-08-24 | 22 | -37/+42 |
| * | Merge branch 'master' of git://dev.medozas.de/linux | Patrick McHardy | 2009-08-10 | 79 | -1719/+210 |
| |\ |
|
| | * | netfilter: xtables: check for standard verdicts in policies | Jan Engelhardt | 2009-08-10 | 3 | -6/+57 |
| | * | netfilter: xtables: check for unconditionality of policies | Jan Engelhardt | 2009-08-10 | 3 | -14/+21 |
| | * | netfilter: xtables: ignore unassigned hooks in check_entry_size_and_hooks | Jan Engelhardt | 2009-08-10 | 3 | -3/+12 |
| | * | netfilter: xtables: use memcmp in unconditional check | Jan Engelhardt | 2009-08-10 | 3 | -23/+9 |
| | * | netfilter: iptables: remove unused datalen variable | Jan Engelhardt | 2009-08-10 | 1 | -4/+0 |
| | * | netfilter: xtables: realign struct xt_target_param | Jan Engelhardt | 2009-08-10 | 1 | -1/+1 |
| | * | netfilter: xtables: switch table AFs to nfproto | Jan Engelhardt | 2009-08-10 | 9 | -9/+9 |
| | * | netfilter: xtables: switch hook PFs to nfproto | Jan Engelhardt | 2009-08-10 | 11 | -36/+36 |
| | * | netfilter: conntrack: switch hook PFs to nfproto | Jan Engelhardt | 2009-08-10 | 2 | -10/+10 |
| | * | netfilter: xtables: remove redirecting header files | Jan Engelhardt | 2009-08-10 | 42 | -618/+5 |
| | * | netfilter: xtables: remove xt_owner v0 | Jan Engelhardt | 2009-08-10 | 5 | -158/+12 |
| | * | netfilter: xtables: remove xt_mark v0 | Jan Engelhardt | 2009-08-10 | 3 | -84/+10 |
| | * | netfilter: xtables: remove xt_iprange v0 | Jan Engelhardt | 2009-08-10 | 4 | -69/+2 |
| | * | netfilter: xtables: remove xt_conntrack v0 | Jan Engelhardt | 2009-08-10 | 3 | -193/+1 |
| | * | netfilter: xtables: remove xt_connmark v0 | Jan Engelhardt | 2009-08-10 | 3 | -98/+11 |
| | * | netfilter: xtables: remove xt_MARK v0, v1 | Jan Engelhardt | 2009-08-10 | 3 | -174/+9 |
| | * | netfilter: xtables: remove xt_CONNMARK v0 | Jan Engelhardt | 2009-08-10 | 3 | -132/+11 |
| | * | netfilter: xtables: remove xt_TOS v0 | Jan Engelhardt | 2009-08-10 | 6 | -93/+0 |
| * | | netfilter: ebtables: Use %pM conversion specifier | Tobias Klauser | 2009-08-10 | 1 | -22/+7 |
| * | | netfilter: nf_conntrack: add SCTP support for SO_ORIGINAL_DST | Rafael Laufer | 2009-08-10 | 1 | -4/+4 |
| |/ |
|
* | | dm9000: Use resource_size instead of private macro | Tobias Klauser | 2009-09-09 | 1 | -4/+2 |
* | | dm9000: Remove unnecessary memset of netdev private data | Tobias Klauser | 2009-09-09 | 1 | -1/+0 |
* | | netxen: fix tx descriptor structure | Amit Kumar Salecha | 2009-09-09 | 1 | -2/+2 |
* | | netxen: fix check for ip addr hashing support | Amit Kumar Salecha | 2009-09-09 | 1 | -1/+1 |
* | | net_sched: fix estimator lock selection for mq child qdiscs | Patrick McHardy | 2009-09-09 | 3 | -16/+28 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-09-09 | 52 | -539/+1673 |
|\ \ |
|
| * | | cfg80211: allow scanning on specified frequencies when using wext-compatibility | Holger Schurig | 2009-09-09 | 1 | -7/+34 |
| * | | ath9k: Initialize the priority gpio for BT coex 3-wire | Vasanthakumar Thiagarajan | 2009-09-09 | 2 | -2/+5 |
| * | | ath9k: Get rid of the modparam btcoex_enable | Vasanthakumar Thiagarajan | 2009-09-09 | 1 | -4/+0 |
| * | | ath9k: Enable btcoex based on the subsystem id of the device | Vasanthakumar Thiagarajan | 2009-09-09 | 4 | -1/+30 |
| * | | ath9k: Store subsystem id in struct hw_version | Vasanthakumar Thiagarajan | 2009-09-09 | 5 | -6/+10 |
| * | | wireless: mark prism54 as deprecated and mark for removal | Luis R. Rodriguez | 2009-09-09 | 2 | -41/+45 |
| * | | b44/b43/b43legacy: Fix switch warnings introduced by SSB-SDIO | Michael Buesch | 2009-09-09 | 3 | -6/+20 |
| * | | ssb: Implement SDIO host bus support | Albert Herranz | 2009-09-09 | 7 | -3/+756 |
| * | | ath9k: Remove unnecessary casting to u8 in pci_read_config_byte() call | Vasanthakumar Thiagarajan | 2009-09-09 | 1 | -2/+1 |
| * | | ath9k: Disable ASPM when btcoex is active | Vasanthakumar Thiagarajan | 2009-09-09 | 3 | -0/+20 |