1. 5772e9a qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUE by Jesper Dangaard Brouer · 10 years ago
  2. 38df649 et131x: Add PCIe gigabit ethernet driver et131x to drivers/net by Mark Einon · 10 years ago
  3. 739e4a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  4. 50dddff Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  5. 439e957 bna: Update Maintainer Email by Rasesh Mody · 10 years ago
  6. d068b02 net: phy: add BCM7425 and BCM7429 PHYs by Petri Gynther · 10 years ago
  7. bc23333 net: bcmgenet: fix bcmgenet_put_tx_csum() by Petri Gynther · 10 years ago
  8. 38b2cf2 net: pktgen: packet bursting via skb->xmit_more by Alexei Starovoitov · 10 years ago
  9. 775dd69 net: bridge: add a br_set_state helper function by Florian Fainelli · 10 years ago
  10. a0efb80 net_sched: avoid calling tcf_unbind_filter() in call_rcu callback by WANG Cong · 10 years ago
  11. 6e05656 net_sched: fix another crash in cls_tcindex by WANG Cong · 10 years ago
  12. 25e379c Merge branch 'udp_gso' by David S. Miller · 10 years ago
  13. 996c9fd vxlan: Set inner protocol before transmit by Tom Herbert · 10 years ago
  14. 54bc9ba gre: Set inner protocol in v4 and v6 GRE transmit by Tom Herbert · 10 years ago
  15. 077c5a0 ipip: Set inner IP protocol in ipip by Tom Herbert · 10 years ago
  16. 469471c sit: Set inner IP protocol in sit by Tom Herbert · 10 years ago
  17. 8bce6d7 udp: Generalize skb_udp_segment by Tom Herbert · 10 years ago
  18. f44d61c Merge branch 'bpf-next' by David S. Miller · 10 years ago
  19. fd10c2e bpf: add tests to verifier testsuite by Alexei Starovoitov · 10 years ago
  20. f1bca82 bpf: add search pruning optimization to verifier by Alexei Starovoitov · 10 years ago
  21. 1b7bde6 net: fec: implement rx_copybreak to improve rx performance by Nimrod Andy · 10 years ago
  22. ce1a4ea net: avoid one atomic operation in skb_clone() by Eric Dumazet · 10 years ago
  23. e500f48 net/dccp/ccid.c: add __init to ccid_activate by Fabian Frederick · 10 years ago
  24. 0c5b8a4 net/dccp/proto.c: add __init to dccp_mib_init by Fabian Frederick · 10 years ago
  25. 0754476 Merge branch 'r8152' by David S. Miller · 10 years ago
  26. 49be172 r8152: disable power cut for RTL8153 by hayeswang · 10 years ago
  27. 204c870 r8152: remove clearing bp by hayeswang · 10 years ago
  28. 1b0ecb2 bnx2: Correctly receive full sized 802.1ad fragmes by Vlad Yasevich · 10 years ago
  29. 7d3083e tg3: Allow for recieve of full-size 8021AD frames by Vlad Yasevich · 10 years ago
  30. 1e91887 r8169: add support for Byte Queue Limits by Florian Westphal · 10 years ago
  31. d0bf4a9 net: cleanup and document skb fclone layout by Eric Dumazet · 10 years ago
  32. b248230 tcp: abort orphan sockets stalling on zero window probes by Yuchung Cheng · 10 years ago
  33. a44f867 Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  34. cb57659 cipso: add __init to cipso_v4_cache_init by Fabian Frederick · 10 years ago
  35. 57a02c3 inet: frags: add __init to ip4_frags_ctl_register by Fabian Frederick · 10 years ago
  36. 47d7a88c tcp: add __init to tcp_init_mem by Fabian Frederick · 10 years ago
  37. ee7a1be r8169:call "rtl8168_driver_start" "rtl8168_driver_stop" only when hardware dash function is enabled by Chun-Hao Lin · 10 years ago
  38. 2a9b4d9 r8169:modify the behavior of function "rtl8168_oob_notify" by Chun-Hao Lin · 10 years ago
  39. 2f8c040 r8169:change the name of function "r8168dp_check_dash" to "r8168_check_dash" by Chun-Hao Lin · 10 years ago
  40. 706123d r8169:change the name of function"rtl_w1w0_eri" by Chun-Hao Lin · 10 years ago
  41. 7656442 r8169:for function "rtl_w1w0_phy" change its name and behavior by Chun-Hao Lin · 10 years ago
  42. ac85bcd r8169:add more chips to support magic packet v2 by Chun-Hao Lin · 10 years ago
  43. 89cceb2 r8169:add support more chips to get mac address from backup mac address register by Chun-Hao Lin · 10 years ago
  44. 42fde73 r8169:add disable/enable RTL8411B pll function by Chun-Hao Lin · 10 years ago
  45. b8e5e6a r8169:add disable/enable RTL8168G pll function by Chun-Hao Lin · 10 years ago
  46. 05b9687 r8169:change uppercase number to lowercase number by Chun-Hao Lin · 10 years ago
  47. a29c9c4 sunvnet: fix potential NULL pointer dereference by David L Stevens · 10 years ago
  48. e506d40 net: dsa: Fix build warning for !PM_SLEEP by Thierry Reding · 10 years ago
  49. 3c87dcb net: ll_temac: Remove unnecessary ether_setup after alloc_etherdev by Subbaraya Sundeep Bhatta · 10 years ago
  50. 2c804d0 ipv4: mentions skb_gro_postpull_rcsum() in inet_gro_receive() by Eric Dumazet · 10 years ago
  51. eb51bba fm10k: using vmalloc requires including linux/vmalloc.h by Stephen Rothwell · 10 years ago
  52. f0a0c1c ieee802154: fix __init functions by Fabian Frederick · 10 years ago
  53. aad7fb9 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  54. 09bba1c Merge branch 'sunvnet-jumbograms' by David S. Miller · 10 years ago
  55. a2b78e9 sunvnet: generate ICMP PTMUD messages for smaller port MTUs by David L Stevens · 10 years ago
  56. 42db672 sunvnet: allow admin to set sunvnet MTU by David L Stevens · 10 years ago
  57. 8e845f4c sunvnet: make transmit path zero-copy in the kernel by David L Stevens · 10 years ago
  58. e4defc7 sunvnet: upgrade to VIO protocol version 1.6 by David L Stevens · 10 years ago
  59. a12a601 tcp: Change tcp_slow_start function to return void by Li RongQing · 10 years ago
  60. 3243acd ieee802154: add __init to lowpan_frags_sysctl_register by Fabian Frederick · 10 years ago
  61. 0d4a2f9 irda: add __init to irlan_open by Fabian Frederick · 10 years ago
  62. 72d099e next: mips: bpf: Fix build failure by Guenter Roeck · 10 years ago
  63. 9ba10af Merge branch 'pxa168_eth' by David S. Miller · 10 years ago
  64. 7521519 ARM: dts: berlin: enable the Ethernet port on the BG2Q DMP by Antoine Ténart · 10 years ago
  65. bdc06cd ARM: dts: berlin: add the Ethernet node by Antoine Ténart · 10 years ago
  66. a140fcb net: pxa168_eth: allow to compile the pxa168_eth driver for tests by Antoine Ténart · 10 years ago
  67. 0fdccfc net: pxa168_eth: allow Berlin SoCs to use the pxa168_eth driver by Antoine Ténart · 10 years ago
  68. 78b9b2c net: pxa168_eth: rework the MAC address setup by Antoine Ténart · 10 years ago
  69. 3983068 net: pxa168_eth: set the mac address on the Ethernet controller by Antoine Ténart · 10 years ago
  70. 09f5da1 net: pxa168_eth: fix Ethernet flow control status by Antoine Ténart · 10 years ago
  71. 18b4bad Documentation: bindings: net: add the Marvell PXA168 Ethernet controller by Antoine Ténart · 10 years ago
  72. 43d3ddf net: pxa168_eth: add device tree support by Antoine Ténart · 10 years ago
  73. 307f656 net: pxa168_eth: clean up by Antoine Ténart · 10 years ago
  74. 4cb53f3 Merge branch 'mlx4-next' by David S. Miller · 10 years ago
  75. 1daa430 net/mlx4_core: Deprecate error message at ConnectX-2 cards startup to debug by Jack Morgenstein · 10 years ago
  76. a7401b9 net/mlx4_core: Protect QUERY_PORT wrapper from untrusted guests by Jack Morgenstein · 10 years ago
  77. e1c00e1 net/mlx4_core: New init and exit flow for mlx4_core by Majd Dibbiny · 10 years ago
  78. bbb07af net/mlx4_core: Don't disable SRIOV if there are active VFs by Jack Morgenstein · 10 years ago
  79. f561de3 r8152: fix setting RTL8152_UNPLUG by hayeswang · 10 years ago
  80. 37b9a26 Merge branch 'netxen' by David S. Miller · 10 years ago
  81. 9295f94 netxen: Fix bug in Tx completion path. by Manish Chopra · 10 years ago
  82. 0d36882 netxen: Fix BUG "sleeping function called from invalid context" by Manish Chopra · 10 years ago
  83. 15b23ef nfsd4: fix corruption of NFSv4 read data by J. Bruce Fields · 10 years ago
  84. 57f5877 netfilter: bridge: build br_nf_core only if required by Florian Westphal · 10 years ago
  85. 705f1c8 ipv6: remove rt6i_genid by Hannes Frederic Sowa · 10 years ago
  86. ad684dc ARM: 8179/1: kprobes-test: Fix compile error "bad immediate value for offset" by Jon Medhurst · 10 years ago
  87. 9cc6d9e ARM: 8178/1: fix set_tls for !CONFIG_KUSER_HELPERS by Nathan Lynch · 10 years ago
  88. ebc7725 ARM: 8177/1: cacheflush: Fix v7_exit_coherency_flush exynos build breakage on ARMv6 by Krzysztof Kozlowski · 10 years ago
  89. 213d613 Merge branch 'am335x' by David S. Miller · 10 years ago
  90. fa5f4ad arm: dts: am33xx, Add syscon phandle to cpsw node by Markus Pargmann · 10 years ago
  91. c9aaf87 am33xx: define syscon control module device node by Markus Pargmann · 10 years ago
  92. 0ba517b net: cpsw: Add am33xx MACID readout by Markus Pargmann · 10 years ago
  93. 56fdb2e net: cpsw: Replace pr_err by dev_err by Markus Pargmann · 10 years ago
  94. bd07d34 net: cpsw: header, Add missing include by Markus Pargmann · 10 years ago
  95. 4d507df net: cpsw: Add missing return value by Markus Pargmann · 10 years ago
  96. e4a9839 DT doc: net: cpsw mac-address is optional by Markus Pargmann · 10 years ago
  97. dedb845 hyperv: Fix a bug in netvsc_start_xmit() by KY Srinivasan · 10 years ago
  98. 5f0c5f7 bonding: make global bonding stats more reliable by Andy Gospodarek · 10 years ago
  99. b0ab6f9 net: sched: enable per cpu qstats by John Fastabend · 10 years ago
  100. 6401585 net: sched: restrict use of qstats qlen by John Fastabend · 10 years ago