1. b53c733 tcp: do not export tcp_gso_segment() and tcp_gro_receive() by Eric Dumazet · 11 years ago
  2. c4ba999 Merge branch 'dev_get_by_index' by David S. Miller · 11 years ago
  3. 7f2b856 net: nl80211: __dev_get_by_index instead of dev_get_by_index to find interface by Ying Xue · 11 years ago
  4. 5af28de can: use __dev_get_by_index instead of dev_get_by_index to find interface by Ying Xue · 11 years ago
  5. a74e942 caif: __dev_get_by_index instead of dev_get_by_index to find interface by Ying Xue · 11 years ago
  6. 16b7769 batman-adv: use __dev_get_by_index instead of dev_get_by_index to find interface by Ying Xue · 11 years ago
  7. 7376394 vxlan: use __dev_get_by_index instead of dev_get_by_index to find interface by Ying Xue · 11 years ago
  8. d4c5fba decnet: use __dev_get_by_index instead of dev_get_by_index to find interface by Ying Xue · 11 years ago
  9. d9ac62b dcb: use __dev_get_by_name instead of dev_get_by_name to find interface by Ying Xue · 11 years ago
  10. ebd93a7 eql: use __dev_get_by_name instead of dev_get_by_name to find interface by Ying Xue · 11 years ago
  11. 0917b93 bonding: use __dev_get_by_name instead of dev_get_by_name to find interface by Ying Xue · 11 years ago
  12. bdffbb8 Drivers: Staging: cxt1e1: use __dev_get_name instead of dev_get_name to find interfaces by Ying Xue · 11 years ago
  13. 85a5bac Merge branch 'r8152' by David S. Miller · 11 years ago
  14. c7de7de r8152: ecm and vendor modes coexist by hayeswang · 11 years ago
  15. 9629e3c r8152: fix the warnings and a error from checkpatch.pl by hayeswang · 11 years ago
  16. 44d942a r8152: change the descriptor by hayeswang · 11 years ago
  17. 5571415 bgmac: propagate error codes in bgmac_probe() by Florian Fainelli · 11 years ago
  18. ec35b61 IPv6: move the anycast_src_echo_reply sysctl to netns_sysctl_ipv6 by FX Le Bail · 11 years ago
  19. 0e864b2 sctp: remove a redundant NULL check by Dan Carpenter · 11 years ago
  20. 963a1855 tipc: spelling fixes by stephen hemminger · 11 years ago
  21. db9c7c3 ipv6: addrconf spelling fixes by stephen hemminger · 11 years ago
  22. 86c72fd Merge branch 'atl_stats' by David S. Miller · 11 years ago
  23. e3d21ea atl1: update statistics code by Sabrina Dubroca · 11 years ago
  24. fb3a42f atl1e: update statistics code by Sabrina Dubroca · 11 years ago
  25. 8560258 atl1c: update statistics code by Sabrina Dubroca · 11 years ago
  26. 88bfe6ea net: Spelling s/transmition/transmission/ by Geert Uytterhoeven · 11 years ago
  27. f187055 net: amd8111e: Spelling s/recive/receive/ by Geert Uytterhoeven · 11 years ago
  28. c14db20 bnx2x: Correct default Tx switching behaviour by Yuval Mintz · 11 years ago
  29. 08c93cd Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 11 years ago
  30. 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 11 years ago
  31. 825edac ipv6: copy traffic class from ping request to reply by Hannes Frederic Sowa · 11 years ago
  32. 72c1d3b ipv4: register igmp_notifier even when !CONFIG_PROC_FS by WANG Cong · 11 years ago
  33. c49fa01 Merge branch 'netdev_tracing' by David S. Miller · 11 years ago
  34. ae78dbf net: Add trace events for all receive entry points, exposing more skb fields by Ben Hutchings · 11 years ago
  35. d87d04a net: Add net_dev_start_xmit trace event, exposing more skb fields by Ben Hutchings · 11 years ago
  36. 2056766 net: Fix indentation in dev_hard_start_xmit() by Ben Hutchings · 11 years ago
  37. 0a379e21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  38. a49da88 Merge branch 'skb_checksum_help' by David S. Miller · 11 years ago
  39. b5cf66c xen-netfront: use new skb_checksum_setup function by Paul Durrant · 11 years ago
  40. 2721637 xen-netback: use new skb_checksum_setup function by Paul Durrant · 11 years ago
  41. ed1f50c net: add skb_checksum_setup by Paul Durrant · 11 years ago
  42. b86f81cc bridge: move br_net_exit() to br.c by WANG Cong · 11 years ago
  43. fdc3452 net: usbnet: fix SG initialisation by Bjørn Mork · 11 years ago
  44. ae237b3 net: 3com: fix warning for incorrect type in argument by dingtianhong · 11 years ago
  45. e2072cd net: qlcnic: fix warning for incorrect type in argument by dingtianhong · 11 years ago
  46. 090d560 sh_eth: fix garbled TX error message by Sergei Shtylyov · 11 years ago
  47. aef2b45 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  48. 70315d2 inet_diag: fix inet_diag_dump_icsk() to use correct state for timewait sockets by Neal Cardwell · 11 years ago
  49. 2afe02e Merge branch 'bonding_rcu' by David S. Miller · 11 years ago
  50. 49b7624 bonding: fix __get_active_agg() RCU logic by Veaceslav Falico · 11 years ago
  51. 768b954 bonding: fix __get_first_agg RCU usage by Veaceslav Falico · 11 years ago
  52. c1bc964 bonding: fix bond_3ad_set_carrier() RCU usage by Veaceslav Falico · 11 years ago
  53. 853dc21 Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 11 years ago
  54. 6806afc net: resort some Kbuild files to hopefully help avoid some conflicts by Stephen Rothwell · 11 years ago
  55. b92ed16 Merge branch 'qlcnic' by David S. Miller · 11 years ago
  56. db5ee75 qlcnic: Update version to 5.3.54 by Shahed Shaikh · 11 years ago
  57. e4f8bf8 qlcnic: Enable IPv6 LRO even if IP address is not programmed by Shahed Shaikh · 11 years ago
  58. 6e1f586 qlcnic: Fix SR-IOV cleanup code path by Manish Chopra · 11 years ago
  59. a043158 qlcnic: Enable beaconing for 83xx/84xx Series adapter. by Himanshu Madhani · 11 years ago
  60. b3f7de8 qlcnic: Do MAC learning for SRIOV PF. by Sucheta Chakraborty · 11 years ago
  61. 9eb0948 qlcnic: Turn on promiscous mode for SRIOV PF. by Sucheta Chakraborty · 11 years ago
  62. 820b52f qlcnic: Enable VF flood bit on PF. by Sucheta Chakraborty · 11 years ago
  63. 1414abe qlcnic: Restrict VF from configuring any VLAN mode. by Sucheta Chakraborty · 11 years ago
  64. 2315dc9 net: make dev_set_mtu() honor notification return code by Veaceslav Falico · 11 years ago
  65. 7e11daa packet: doc: describe PACKET_MMAP with one packet socket for rx and tx by Norbert van Bolhuis · 11 years ago
  66. 6daaf0d sctp: make sctp_addto_chunk_fixed local by stephen hemminger · 11 years ago
  67. 7614aba phylib: Add of_phy_attach by Andy Fleming · 11 years ago
  68. 257184d phylib: Support attaching to generic 10g driver by Andy Fleming · 11 years ago
  69. 124059f phylib: Add generic 10G driver by Andy Fleming · 11 years ago
  70. ab2145e phylib: turn genphy_driver to an array by Shaohui Xie · 11 years ago
  71. 898dd0b phylib: introduce PHY_INTERFACE_MODE_XGMII for 10G PHY by Andy Fleming · 11 years ago
  72. efabdfb phylib: Add Clause 45 read/write functions by Andy Fleming · 11 years ago
  73. b5d2b28 l2tp: make local functions static by stephen hemminger · 11 years ago
  74. a8f47eb bnx2x: namespace and dead code cleanups by stephen hemminger · 11 years ago
  75. 6bc21ee drivers: net: silence compiler warning in smc91x.c by Pankaj Dubey · 11 years ago
  76. b884b1a gre_offload: simplify GRE header length calculation in gre_gso_segment() by Neal Cardwell · 11 years ago
  77. 7eb8896 net_sched: act: remove struct tcf_act_hdr by WANG Cong · 11 years ago
  78. a8701a6 net_sched: avoid casting void pointer by WANG Cong · 11 years ago
  79. 2519a60 net_sched: optimize tcf_match_indev() by WANG Cong · 11 years ago
  80. 832d1d5 net_sched: add struct net pointer to tcf_proto_ops->dump by WANG Cong · 11 years ago
  81. a56e195 net_sched: act: clean up notification functions by WANG Cong · 11 years ago
  82. ddafd34 net_sched: act: move idx_gen into struct tcf_hashinfo by WANG Cong · 11 years ago
  83. 600adc1 net: gro: change GRO overflow strategy by Eric Dumazet · 11 years ago
  84. e6a7675 net/mlx4_en: call gro handler for encapsulated frames by Eric Dumazet · 11 years ago
  85. d10dbad gre_offload: fix sparse non static symbol warning by Wei Yongjun · 11 years ago
  86. c139cd3 Merge branch 'ip_forward_pmtu' by David S. Miller · 11 years ago
  87. 8ed1dc4 ipv4: introduce hardened ip_no_pmtu_disc mode by Hannes Frederic Sowa · 11 years ago
  88. 0954cf9 ipv6: introduce ip6_dst_mtu_forward and protect forwarding path with it by Hannes Frederic Sowa · 11 years ago
  89. f87c10a ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against pmtu spoofing by Hannes Frederic Sowa · 11 years ago
  90. 6c76a07 HHF qdisc: fix jiffies-time conversion. by Terry Lam · 11 years ago
  91. f3c0773 qlcnic: Convert vmalloc/memset to kcalloc by Joe Perches · 11 years ago
  92. 9ef9730 cxgb4: silence shift wrapping static checker warning by Dan Carpenter · 11 years ago
  93. 32e25cb bonding: remove dead code from 3ad by Veaceslav Falico · 11 years ago
  94. ed3587f bonding: convert 3ad to use pr_warn instead of pr_warning by Veaceslav Falico · 11 years ago
  95. 3bf2d28 bonding: clean up style for bond_3ad.c by Veaceslav Falico · 11 years ago
  96. 12afc36 batman-adv: drop dependency against CRC16 by Antonio Quartulli · 11 years ago
  97. 8d90d77 batman-adv: Start new development cycle by Simon Wunderlich · 11 years ago
  98. e19f975 batman-adv: update copyright years for 2014 by Simon Wunderlich · 11 years ago
  99. 031ace8 batman-adv: add build checks for packet sizes by Simon Wunderlich · 11 years ago
  100. c28c0b6 batman-adv: add missing sysfs attributes to README by Antonio Quartulli · 11 years ago