aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-05tcp: remove Appropriate Byte Count supportStephen Hemminger9-67/+1
2013-02-05ipv4: Disallow non-namespace aware protocols to register.David S. Miller3-26/+6
2013-02-05l2tp: Make ipv4 protocol handler namespace aware.David S. Miller1-6/+10
2013-02-05l2tp: create tunnel sockets in the right namespaceTom Parkin1-33/+54
2013-02-05l2tp: prevent tunnel creation on netns mismatchTom Parkin1-2/+9
2013-02-05l2tp: set netnsok flag for netlink messagesTom Parkin1-0/+1
2013-02-05l2tp: put tunnel socket release on a workqueueTom Parkin2-44/+61
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller38-166/+291
2013-02-04qlcnic: Updating copyright information.Jitendra Kalsaria16-8/+63
2013-02-04gianfar: dont conditionally alloc Rx/Err irq structsPaul Gortmaker1-12/+4
2013-02-04ipcomp: Mark as netns_ok.David S. Miller1-0/+1
2013-02-04net: fec: fix miss init spinlockFrank Li1-0/+1
2013-02-04team: ab: set active port option as changed when port is leavingJiri Pirko1-1/+12
2013-02-04team: move netlink event notifiers after team_port_leave()Jiri Pirko1-4/+6
2013-02-04team: handle sending port list in the same way option list is sentJiri Pirko1-84/+93
2013-02-04net/mlx4_en: Fix compilation error when CONFIG_INET isn't definedHadar Hen Zion1-0/+4
2013-02-04net/mlx4_en: Fix error propagation for ethtool helper functionHadar Hen Zion1-18/+34
2013-02-04mcast: do not check 'rv' twice in a rowJean Sacren1-4/+2
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue11-38/+21
2013-02-04be2net: update driver version to 4.6.xSathya Perla1-1/+1
2013-02-04be2net: fix re-loaded PF driver to re-gain control of its VFsSathya Perla3-64/+153
2013-02-04drivers:net:misc: Remove unnecessary alloc/OOM messagesJoe Perches3-12/+3
2013-02-04wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches22-133/+50
2013-02-04wimax: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2-12/+5
2013-02-04wan: Remove unnecessary alloc/OOM messagesJoe Perches4-15/+10
2013-02-04drivers: net: usb: Remove unnecessary alloc/OOM messagesJoe Perches6-41/+17
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches38-197/+97
2013-02-04can: Remove unnecessary alloc/OOM messagesJoe Perches8-20/+3
2013-02-04caif: Remove unnecessary alloc/OOM messagesJoe Perches1-6/+0
2013-02-04sctp: sctp_close: fix release of bindings for deferred call_rcu'sDaniel Borkmann1-4/+5
2013-02-04cxgb3: Update VLAN extraction stats in the GRO pathVipul Pandya1-1/+3
2013-02-04netns: bond: allow unprivileged users to control bond deviceGao feng1-2/+5
2013-02-04netns: bridge: allow unprivileged users add/delete mdb entryGao feng1-3/+0
2013-02-04netns: ebtable: allow unprivileged users to operate ebtablesGao feng1-10/+14
2013-02-04netns: fdb: allow unprivileged users to add/del fdb entriesGao feng1-6/+0
2013-02-04net: usbnet: fix tx_dropped statisticsBjørn Mork1-6/+4
2013-02-04tcp: ipv6: Update MIB counters for dropsVijay Subramanian1-1/+5
2013-02-04tcp: Update MIB counters for dropsVijay Subramanian1-1/+2
2013-02-03packet: fix leakage of tx_ring memoryPhil Sutter1-4/+6
2013-02-03stmmac: don't return zero on failure path in stmmac_pci_probe()Alexey Khoroshilov1-0/+1
2013-02-03net: Fix inner_network_header assignment in skb-copy.Pravin B Shelar1-1/+1
2013-02-03tcp: frto should not set snd_cwnd to 0Eric Dumazet1-1/+2
2013-02-03tcp: fix an infinite loop in tcp_slow_start()Eric Dumazet1-4/+10
2013-02-02Merge branch 'delete-wanrouter' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxDavid S. Miller21-4483/+11
2013-02-02Merge branch 'fixes-for-3.8' of git://gitorious.org/linux-can/linux-canDavid S. Miller1-1/+5
2013-02-02qlcnic: silence false positive overflow warningDan Carpenter1-1/+1
2013-02-02bnx2x: Force link UP when the interface is in LOOPBACK modeMahesh Bandewar1-0/+6
2013-02-02via-rhine: Fix bugs in NAPI support.David S. Miller1-6/+2
2013-02-02Merge branch 'intel'David S. Miller20-381/+283
2013-02-01Merge branch 'wireless'David S. Miller6-41/+25