| Commit message (Expand) | Author | Age | Files | Lines |
* | fou: Fix typo in returning flags in netlink | Tom Herbert | 2014-11-05 | 3 | -3/+3 |
* | r8152: disable the tasklet by default | hayeswang | 2014-11-05 | 1 | -2/+6 |
* | ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs | Daniel Borkmann | 2014-11-05 | 2 | -10/+10 |
* | net: Convert SEQ_START_TOKEN/seq_printf to seq_puts | Joe Perches | 2014-11-05 | 3 | -12/+3 |
* | fast_hash: avoid indirect function calls | Hannes Frederic Sowa | 2014-11-05 | 6 | -93/+98 |
* | Merge branch 'amd-xgbe-next' | David S. Miller | 2014-11-05 | 11 | -277/+955 |
|\ |
|
| * | amd-xgbe-phy: Let AMD_XGBE_PHY depend on HAS_IOMEM | Lendacky, Thomas | 2014-11-05 | 1 | -1/+1 |
| * | amd-xgbe: Let AMD_XGBE depend on HAS_IOMEM | Lendacky, Thomas | 2014-11-05 | 1 | -1/+1 |
| * | amd-xgbe-phy: Sync PCS and PHY modes after reset | Lendacky, Thomas | 2014-11-05 | 1 | -1/+2 |
| * | amd-xgbe: Fix a spelling error | Lendacky, Thomas | 2014-11-05 | 1 | -2/+2 |
| * | amd-xgbe: Add receive side scaling ethtool support | Lendacky, Thomas | 2014-11-05 | 3 | -0/+96 |
| * | amd-xgbe: Provide support for receive side scaling | Lendacky, Thomas | 2014-11-05 | 5 | -2/+233 |
| * | amd-xgbe: Add support for per DMA channel interrupts | Lendacky, Thomas | 2014-11-05 | 5 | -51/+219 |
| * | amd-xgbe: Implement split header receive support | Lendacky, Thomas | 2014-11-05 | 5 | -111/+201 |
| * | amd-xgbe: Use page allocations for Rx buffers | Lendacky, Thomas | 2014-11-05 | 4 | -127/+196 |
| * | amd-xgbe: Use the u32 data type for descriptors | Lendacky, Thomas | 2014-11-05 | 1 | -4/+4 |
| * | amd-xgbe: Rename pre_xmit function to dev_xmit | Lendacky, Thomas | 2014-11-05 | 3 | -6/+6 |
| * | amd-xgbe: Move ring allocation to device open | Lendacky, Thomas | 2014-11-05 | 3 | -70/+93 |
|/ |
|
* | ipv6: move INET6_MATCH() to include/net/inet6_hashtables.h | WANG Cong | 2014-11-05 | 2 | -10/+10 |
* | net: Add and use skb_copy_datagram_msg() helper. | David S. Miller | 2014-11-05 | 43 | -57/+58 |
* | Merge branch 'gue-next' | David S. Miller | 2014-11-05 | 15 | -118/+565 |
|\ |
|
| * | gue: Receive side of remote checksum offload | Tom Herbert | 2014-11-05 | 1 | -9/+161 |
| * | gue: TX support for using remote checksum offload option | Tom Herbert | 2014-11-05 | 3 | -4/+46 |
| * | gue: Protocol constants for remote checksum offload | Tom Herbert | 2014-11-05 | 1 | -1/+4 |
| * | udp: Changes to udp_offload to support remote checksum offload | Tom Herbert | 2014-11-05 | 9 | -6/+29 |
| * | gue: Add infrastructure for flags and options | Tom Herbert | 2014-11-05 | 2 | -53/+189 |
| * | udp: Offload outer UDP tunnel csum if available | Tom Herbert | 2014-11-05 | 1 | -16/+36 |
| * | net: Move fou_build_header into fou.c and refactor | Tom Herbert | 2014-11-05 | 4 | -49/+120 |
|/ |
|
* | Merge branch 'stmmac-next' | David S. Miller | 2014-11-05 | 6 | -97/+16 |
|\ |
|
| * | stmmac: remove BUS_MODE_DA | Giuseppe CAVALLARO | 2014-11-05 | 2 | -14/+0 |
| * | stmmac: remove STMMAC_DEBUG_FS | Giuseppe CAVALLARO | 2014-11-05 | 2 | -15/+7 |
| * | stmmac: remove specific SoC Koption from platform. | Giuseppe CAVALLARO | 2014-11-05 | 4 | -68/+9 |
|/ |
|
* | net: phy: spi_ks8995: remove sysfs bin file by registered attribute | Vladimir Zapolskiy | 2014-11-04 | 1 | -1/+3 |
* | udp: remove blank line between set and test | Fabian Frederick | 2014-11-04 | 1 | -1/+0 |
* | ipv6: trivial, add bracket for the if block | Florent Fourcot | 2014-11-04 | 1 | -2/+2 |
* | esp4: remove assignment in if condition | Fabian Frederick | 2014-11-04 | 1 | -1/+3 |
* | Merge branch 'ecn_via_routing_table' | David S. Miller | 2014-11-04 | 5 | -44/+87 |
|\ |
|
| * | net: allow setting ecn via routing table | Florian Westphal | 2014-11-04 | 5 | -17/+31 |
| * | syncookies: split cookie_check_timestamp() into two functions | Florian Westphal | 2014-11-04 | 3 | -18/+27 |
| * | syncookies: avoid magic values and document which-bit-is-what-option | Florian Westphal | 2014-11-04 | 1 | -15/+35 |
|/ |
|
* | igmp: remove camel case definitions | Fabian Frederick | 2014-11-04 | 1 | -14/+14 |
* | udp: remove else after return | Fabian Frederick | 2014-11-04 | 1 | -6/+6 |
* | inet: frags: remove inline on static in c file | Fabian Frederick | 2014-11-04 | 1 | -8/+8 |
* | ipv4: remove 0/NULL assignment on static | Fabian Frederick | 2014-11-04 | 1 | -8/+8 |
* | ipv4: use seq_puts instead of seq_printf where possible | Fabian Frederick | 2014-11-04 | 1 | -3/+3 |
* | tcp: spelling s/plugable/pluggable | Fabian Frederick | 2014-11-04 | 1 | -1/+1 |
* | cipso: remove NULL assignment on static | Fabian Frederick | 2014-11-04 | 1 | -1/+3 |
* | ipv4: include linux/bug.h instead of asm/bug.h | Fabian Frederick | 2014-11-04 | 1 | -1/+1 |
* | cipso: kerneldoc warning fix | Fabian Frederick | 2014-11-04 | 1 | -1/+1 |
* | net: add rbnode to struct sk_buff | Eric Dumazet | 2014-11-03 | 2 | -27/+20 |