aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-06macvlan: add multicast filterEric Dumazet2-0/+29
2013-02-06net: reset mac header in dev_start_xmit()Eric Dumazet1-0/+2
2013-02-06net: adjust skb_gso_segment() for calling in rx pathCong Wang3-8/+26
2013-02-06wpan: use stack buffer instead of heapAlexander Aring1-6/+1
2013-02-066lowpan: use stack buffer instead of heapAlexander Aring1-9/+4
2013-02-066lowpan: Remove __init tag from lowpan_netlink_fini().David S. Miller1-1/+1
2013-02-06team: allow userspace to take control over carrierFlavio Leitner2-0/+9
2013-02-06drivers: net:ethernet: cpsw: add support for VLANMugunthan V N3-2/+109
2013-02-06drivers: net: cpsw: Add helper functions for VLAN ALE implementationMugunthan V N3-22/+113
2013-02-06netpoll: protect napi_poll and poll_controller during dev_[open|close]Neil Horman3-2/+76
2013-02-06wpan: whitespace fixAlexander Aring1-1/+1
2013-02-06ipv6: Don't send packet to big messages to selfSteffen Klassert1-2/+1
2013-02-06drivers: net: misc: Remove unused OOM variablesJoe Perches2-2/+0
2013-02-06net: core: Remove unnecessary alloc/OOM messagesJoe Perches2-12/+6
2013-02-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller47-910/+1228
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-05ixgbe: Fix SR-IOV MTU warningAlexander Duyck2-3/+1
2013-02-05ixgbe: Replace rmb in Tx cleanup with read_barrier_dependsAlexander Duyck1-1/+1
2013-02-05ixgbe: update date to 2013Don Skidmore29-30/+30
2013-02-05ixgbe: fix return values and memcpy parameters to eliminate Smatch warningsJosh Hay2-6/+7
2013-02-05ixgbe: fix potential null dereferenceJosh Hay1-0/+3
2013-02-05ixgbe: allow reading of SFF-8472 data over i2cEmil Tantilov6-7/+66
2013-02-05e1000e: cleanup checkpatch braces checksBruce Allan5-8/+2
2013-02-05e1000e: convert enums of register offsets and move #defines to regs.hBruce Allan3-223/+253
2013-02-05e1000e: cosmetic move of #defines and prototypes to the new manage.hBruce Allan4-41/+73
2013-02-05e1000e: cosmetic move of #defines and function prototypes to the new nvm.hBruce Allan3-15/+48
2013-02-04e1000e: cosmetic move of #defines and function prototypes to the new phy.hBruce Allan5-222/+243
2013-02-04e1000e: cosmetic move of function prototypes to the new mac.hBruce Allan3-37/+76
2013-02-04e1000e: cosmetic move of #defines and prototypes to the new ich8lan.hBruce Allan6-230/+270
2013-02-04e1000e: cosmetic move of #defines to the new 80003es2lan.hBruce Allan3-63/+96
2013-02-04e1000e: cosmetic move of #defines and prototypes to the new 82571.hBruce Allan6-25/+60
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