summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wpan: whitespace fixAlexander Aring2013-02-061-1/+1
* ipv6: Don't send packet to big messages to selfSteffen Klassert2013-02-061-2/+1
* drivers: net: misc: Remove unused OOM variablesJoe Perches2013-02-062-2/+0
* net: core: Remove unnecessary alloc/OOM messagesJoe Perches2013-02-062-12/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-02-0547-910/+1228
|\
| * ixgbe: Fix SR-IOV MTU warningAlexander Duyck2013-02-052-3/+1
| * ixgbe: Replace rmb in Tx cleanup with read_barrier_dependsAlexander Duyck2013-02-051-1/+1
| * ixgbe: update date to 2013Don Skidmore2013-02-0529-30/+30
| * ixgbe: fix return values and memcpy parameters to eliminate Smatch warningsJosh Hay2013-02-052-6/+7
| * ixgbe: fix potential null dereferenceJosh Hay2013-02-051-0/+3
| * ixgbe: allow reading of SFF-8472 data over i2cEmil Tantilov2013-02-056-7/+66
| * e1000e: cleanup checkpatch braces checksBruce Allan2013-02-055-8/+2
| * e1000e: convert enums of register offsets and move #defines to regs.hBruce Allan2013-02-053-223/+253
| * e1000e: cosmetic move of #defines and prototypes to the new manage.hBruce Allan2013-02-054-41/+73
| * e1000e: cosmetic move of #defines and function prototypes to the new nvm.hBruce Allan2013-02-053-15/+48
| * e1000e: cosmetic move of #defines and function prototypes to the new phy.hBruce Allan2013-02-055-222/+243
| * e1000e: cosmetic move of function prototypes to the new mac.hBruce Allan2013-02-053-37/+76
| * e1000e: cosmetic move of #defines and prototypes to the new ich8lan.hBruce Allan2013-02-056-230/+270
| * e1000e: cosmetic move of #defines to the new 80003es2lan.hBruce Allan2013-02-053-63/+96
| * e1000e: cosmetic move of #defines and prototypes to the new 82571.hBruce Allan2013-02-056-25/+60
* | tcp: remove Appropriate Byte Count supportStephen Hemminger2013-02-059-67/+1
* | ipv4: Disallow non-namespace aware protocols to register.David S. Miller2013-02-053-26/+6
* | l2tp: Make ipv4 protocol handler namespace aware.David S. Miller2013-02-051-6/+10
* | l2tp: create tunnel sockets in the right namespaceTom Parkin2013-02-051-33/+54
* | l2tp: prevent tunnel creation on netns mismatchTom Parkin2013-02-051-2/+9
* | l2tp: set netnsok flag for netlink messagesTom Parkin2013-02-051-0/+1
* | l2tp: put tunnel socket release on a workqueueTom Parkin2013-02-052-44/+61
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-0538-166/+291
|\ \
| * | net: usbnet: fix tx_dropped statisticsBjørn Mork2013-02-041-6/+4
| * | tcp: ipv6: Update MIB counters for dropsVijay Subramanian2013-02-041-1/+5
| * | tcp: Update MIB counters for dropsVijay Subramanian2013-02-041-1/+2
| * | packet: fix leakage of tx_ring memoryPhil Sutter2013-02-031-4/+6
| * | net: Fix inner_network_header assignment in skb-copy.Pravin B Shelar2013-02-031-1/+1
| * | tcp: frto should not set snd_cwnd to 0Eric Dumazet2013-02-031-1/+2
| * | tcp: fix an infinite loop in tcp_slow_start()Eric Dumazet2013-02-031-4/+10
| * | Merge branch 'fixes-for-3.8' of git://gitorious.org/linux-can/linux-canDavid S. Miller2013-02-031-1/+5
| |\ \
| | * | can: c_can: Set reserved bit in IFx_MASK2 to 1 on writeAlexander Stein2013-02-011-1/+5
| * | | via-rhine: Fix bugs in NAPI support.David S. Miller2013-02-031-6/+2
| * | | Merge branch 'wireless'David S. Miller2013-02-016-41/+25
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-016-41/+25
| |/| |
| | * | mwifiex: fix incomplete scan in case of IE parsing errorBing Zhao2013-01-301-4/+5
| | * | rtlwifi: Fix the usage of the wrong variable in usb.cLarry Finger2013-01-281-2/+2
| | * | bcma: fix NAND flash validationRafał Miłecki2013-01-281-1/+1
| | * | brcmsmac: fix tx status processingArend van Spriel2013-01-281-16/+9
| | * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-01-281-17/+7
| | |\ \
| | | * | Revert "iwlwifi: fix the reclaimed packet tracking upon flush queue"Emmanuel Grumbach2013-01-241-17/+7
| | * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-01-281-1/+1
| | |\ \ \
| | | * | | cfg80211: off by one in ieee80211_bss()Dan Carpenter2013-01-241-1/+1
| * | | | | tcp: detect SYN/data drop when F-RTO is disabledYuchung Cheng2013-01-311-2/+1
| * | | | | l2tp: correctly handle ancillary data in the ip6 recv pathTom Parkin2013-01-311-3/+3