Age | Commit message (Expand) | Author | Files | Lines |
2010-02-17 | CAPI: Convert capi drivers rwlock into mutex | Jan Kiszka | 3 | -32/+27 |
2010-02-17 | CAPI: Call a controller 'controller', not 'card' | Jan Kiszka | 4 | -169/+178 |
2010-02-17 | CAPI: Reduce chattiness during module loading/removal | Jan Kiszka | 4 | -83/+9 |
2010-02-17 | CAPI: Pin capifs instead of mounting it | Jan Kiszka | 1 | -9/+18 |
2010-02-17 | CAPI: Eliminate capifs_root variable | Jan Kiszka | 1 | -8/+10 |
2010-02-17 | CAPI: Sanitize capifs API | Jan Kiszka | 3 | -31/+54 |
2010-02-17 | CAPI: Fix leaks in capifs_new_ncci | Jan Kiszka | 1 | -7/+18 |
2010-02-17 | net neigh: Decouple per interface neighbour table controls from binary sysctls | Eric W. Biederman | 7 | -13/+8 |
2010-02-17 | net ipv4: Decouple ipv4 interface parameters from binary sysctl numbers | Eric W. Biederman | 3 | -23/+49 |
2010-02-17 | drivers/net/pcnet32.c: Checkpatch cleaning | Joe Perches | 1 | -80/+73 |
2010-02-17 | drivers/net/pcnet32.c: Use (pr|netdev|netif)_<levels> macro helpers | Joe Perches | 1 | -217/+130 |
2010-02-17 | drivers/net/tehuti.c: trivial checkpatch cleanups | Joe Perches | 1 | -7/+7 |
2010-02-17 | drivers/net/tehuti.c: Hoist assigns out of ifs | Joe Perches | 1 | -22/+27 |
2010-02-17 | drivers/net/tehuti.c: Use (pr|netdev|netif)_<levels> macro helpers | Joe Perches | 2 | -59/+59 |
2010-02-17 | drivers/net/sky2: Convert to use netif_printk macros | Joe Perches | 1 | -38/+27 |
2010-02-17 | drivers/net/ixgb: Use netif_printk macros | Joe Perches | 2 | -49/+51 |
2010-02-17 | sparc64: Kill bogus ip_tables.h include. | David S. Miller | 1 | -1/+0 |
2010-02-17 | bnx2: Update firmwares and update version to 2.0.8. | Michael Chan | 9 | -9068/+9143 |
2010-02-17 | bnx2: Fix bug when saving statistics. | Patrick Rabau | 1 | -5/+5 |
2010-02-17 | bnx2: Allow user-specified multiple advertisement speed values. | Michael Chan | 1 | -25/+8 |
2010-02-17 | bnx2: Adjust flow control water marks. | Michael Chan | 2 | -2/+2 |
2010-02-17 | bnx2: Need to call cnic_setup_cnic_irq_info() after MTU change. | Michael Chan | 1 | -0/+7 |
2010-02-17 | bnx2: Check BNX2_FLAG_USING_MSIX flag when setting up MSIX. | Michael Chan | 1 | -1/+1 |
2010-02-17 | atl1c: Add support for Atheros AR8152 and AR8152 | Luis R. Rodriguez | 5 | -25/+191 |
2010-02-17 | tunnels: fix netns vs proto registration ordering | Alexey Dobriyan | 4 | -62/+47 |
2010-02-17 | gre: fix netns vs proto registration ordering | Alexey Dobriyan | 1 | -9/+10 |
2010-02-16 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 111 | -1836/+2313 |
2010-02-16 | ethtool: reduce stack usage | Eric Dumazet | 1 | -7/+28 |
2010-02-16 | net: emaclite: adding MDIO and phy lib support | John Linn | 2 | -43/+336 |
2010-02-16 | X25: Dont let x25_bind use addresses containing characters | andrew hendry | 1 | -1/+10 |
2010-02-16 | X25: Fix x25_create errors for bad protocol and ENOBUFS | andrew hendry | 1 | -4/+9 |
2010-02-16 | be2net: implement EEH pci error recovery handlers | Sathya Perla | 3 | -2/+125 |
2010-02-16 | xfrm: Flushing empty SPD generates false events | jamal | 3 | -5/+12 |
2010-02-16 | xfrm: Flushing empty SAD generates false events | jamal | 3 | -4/+8 |
2010-02-16 | IPv6: Delete redundant counter of IPSTATS_MIB_REASMFAILS | Shan Wei | 1 | -9/+4 |
2010-02-16 | net/macvtap: fix reference counting | Arnd Bergmann | 1 | -13/+22 |
2010-02-16 | cxgb3: fix link flap | Divy Le Ray | 1 | -1/+2 |
2010-02-16 | cxgb3: FIx VLAN over Jumbo frames | Divy Le Ray | 1 | -0/+3 |
2010-02-16 | ixgbe: Cleanup incorrect header comments | Peter Waskiewicz | 1 | -5/+0 |
2010-02-16 | ethtool: Move n-tuple capability check into set_flags | Peter Waskiewicz | 1 | -5/+8 |
2010-02-16 | ethtool: Fix filter addition when caching n-tuple filters | Peter Waskiewicz | 1 | -16/+24 |
2010-02-15 | netfilter: CONFIG_COMPAT: allow delta to exceed 32767 | Florian Westphal | 2 | -4/+4 |
2010-02-15 | netfilter: ebtables: avoid explicit XT_ALIGN() in match/targets | Florian Westphal | 17 | -17/+17 |
2010-02-15 | netfilter: ebtables: abort if next_offset is too small | Florian Westphal | 1 | -0/+2 |
2010-02-15 | netfilter: ctnetlink: add zone support | Patrick McHardy | 2 | -19/+75 |
2010-02-15 | netfilter: nf_conntrack: add support for "conntrack zones" | Patrick McHardy | 25 | -85/+236 |
2010-02-15 | netfilter: nf_conntrack: pass template to l4proto ->error() handler | Patrick McHardy | 8 | -11/+15 |
2010-02-15 | netfilter: xtables: add const qualifiers | Jan Engelhardt | 4 | -136/+168 |
2010-02-15 | netfilter: xtables: constify args in compat copying functions | Jan Engelhardt | 8 | -22/+22 |
2010-02-15 | netfilter: xtables: print details on size mismatch | Jan Engelhardt | 1 | -2/+6 |