1. 405426f net: sctp: sctp_sf_do_prm_asoc: do SCTP_CMD_INIT_CHOOSE_TRANSPORT first by Daniel Borkmann · 11 years ago
  2. f9e42b8 net: sctp: sideeffect: throw BUG if primary_path is NULL by Daniel Borkmann · 11 years ago
  3. 09ce069 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 11 years ago
  4. 93d8fd1 openvswitch: Simplify interface ovs_flow_metadata_from_nlattrs() by Pravin B Shelar · 11 years ago
  5. b34df5e openvswitch: make skb->csum consistent with rest of networking stack. by Pravin B Shelar · 11 years ago
  6. 45bfa52e openvswitch: Fix struct comment. by Pravin B Shelar · 11 years ago
  7. af78416 openvswitch: Fix misspellings in comments and docs. by Andy Hill · 11 years ago
  8. 34d94f2 openvswitch: fix variable names in comment by Lorand Jakab · 11 years ago
  9. 91b7514 openvswitch: Unify vport error stats handling. by Pravin B Shelar · 11 years ago
  10. cbd531b openvswitch: Remove unused get_config vport op. by Jesse Gross · 11 years ago
  11. f44f340 openvswitch: Immediately exit on error in ovs_vport_cmd_set(). by Jesse Gross · 11 years ago
  12. 948e306 net/mlx4: Add VF link state support by Rony Efraim · 11 years ago
  13. 1d8faf4 net/core: Add VF link state control by Rony Efraim · 11 years ago
  14. 3dc6475 bcm63xx_enet: add support Broadcom BCM6345 Ethernet by Florian Fainelli · 11 years ago
  15. ca4ec90 htb: reorder struct htb_class fields for performance by Eric Dumazet · 11 years ago
  16. 5f121b9 net-rps: fixes for rps flow limit by Willem de Bruijn · 11 years ago
  17. 85f1652 tcp: properly send new data in fast recovery in first RTT by Yuchung Cheng · 11 years ago
  18. 8e99440 sh_eth: remove '__maybe_unused' annotations by Sergei Shtylyov · 11 years ago
  19. fe2c633 net: Convert uses of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  20. 194f4a6 net: make all team port device link events urgent by Flavio Leitner · 11 years ago
  21. a06a2d3 net: ping_check_bind_addr() etc. can be static by Wu Fengguang · 11 years ago
  22. 8c367fc cxgb4: Do not set net_device::dev_id to VI index by Ben Hutchings · 11 years ago
  23. f57855a macvtap: fix uninitialized return value macvtap_ioctl_set_queue() by Jason Wang · 11 years ago
  24. d9a90a3 macvtap: slient sparse warnings by Jason Wang · 11 years ago
  25. 2c928e0 sctp: Correct byte order of access to skb->{network, transport}_header by Simon Horman · 11 years ago
  26. ca15feb netlink: make compare exist all the time by Gao feng · 11 years ago
  27. e3d73bc net: add doc for ip_early_demux sysctl by Cong Wang · 11 years ago
  28. 944a137 tun: Turn tun_flow_init() into void fn by Pavel Emelyanov · 11 years ago
  29. 274038f tun: Report "persist" flag to userspace by Pavel Emelyanov · 11 years ago
  30. 7c0cadc udp: fix two sparse errors by Eric Dumazet · 11 years ago
  31. 5b9b626 gro: remove a sparse error by Eric Dumazet · 11 years ago
  32. 4a2e667 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 11 years ago
  33. 8f728d7 sh_eth: split 'sh_eth_netdev_ops' by Sergei Shtylyov · 11 years ago
  34. c70eba7 igmp: fix new sparse errors by Eric Dumazet · 11 years ago
  35. 5eaedf3 gianfar: Add backwards compatible Single Queue mode polling by Claudiu Manoil · 11 years ago
  36. 6602041 sfc: Store port number in private data, not net_device::dev_id by Ben Hutchings · 11 years ago
  37. 503b47e ipv4: remove is_data also from ip_options documentation. by Rami Rosen · 11 years ago
  38. 735d381 team: remove synchronize_rcu() called during port disable by Jiri Pirko · 11 years ago
  39. d80b35b team: use kfree_rcu instead of synchronize_rcu in team_port_dev by Jiri Pirko · 11 years ago
  40. 6c31ff3 team: remove synchronize_rcu() called during queue override change by Jiri Pirko · 11 years ago
  41. dffebd2 doc:networking: Update comment for dev_id field in netdevice.h by Narendra K · 11 years ago
  42. 32766ff net: can: Convert to use devm_ioremap_resource by Tushar Behera · 11 years ago
  43. eed5d29 net: emaclite: Convert to use devm_ioremap_resource by Tushar Behera · 11 years ago
  44. 941e173 net: fec: Convert to use devm_ioremap_resource by Tushar Behera · 11 years ago
  45. afd6eae 3c59x: consolidate error cleanup in vortex_init_one() by Sergei Shtylyov · 11 years ago
  46. 3f8b963 veth: remove redundant call of dev_alloc_name by Hong zhi guo · 11 years ago
  47. 7a6e288 pktgen: ipv6: numa: consolidate skb allocation to pktgen_alloc_skb by Daniel Borkmann · 11 years ago
  48. da5bab0 net: udp4: move GSO functions to udp_offload by Daniel Borkmann · 11 years ago
  49. 946d3bd igmp: remove unnecessary in_device member zeroing by Shawn Bohrer · 11 years ago
  50. e989707 igmp: hash a hash table to speedup ip_check_mc_rcu() by Eric Dumazet · 11 years ago
  51. 64153ce net_sched: htb: do not setup default rate estimators by Eric Dumazet · 11 years ago
  52. 130d3d6 net_sched: psched_ratecfg_precompute() improvements by Eric Dumazet · 11 years ago
  53. 3899ba9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  54. 8b3e7be cw1200: Fix an assorted pile of checkpatch warnings. by Solomon Peachy · 11 years ago
  55. 19db577 cw1200: Eliminate the ETF debug/engineering code. by Solomon Peachy · 11 years ago
  56. fa8eeae cw1200: Remove "ITP" debug subsystem. by Solomon Peachy · 11 years ago
  57. 45203a3 net_sched: add 64bit rate estimators by Eric Dumazet · 11 years ago
  58. b41abb4 net: pass correct parameter to skb_headers_offset_update() by Peter Pan(潘卫平) · 11 years ago
  59. da12c90 netlink: Add compare function for netlink_table by Gao feng · 11 years ago
  60. 8249152 xen-netfront: use skb_partial_csum_set() to simplify the codes by Li RongQing · 11 years ago
  61. 2e42206 Merge branch 'bridge_flags' by David S. Miller · 11 years ago
  62. 867a594 bridge: Add a flag to control unicast packet flood. by Vlad Yasevich · 11 years ago
  63. 9ba1889 bridge: Add flag to control mac learning. by Vlad Yasevich · 11 years ago
  64. 30f3a40 net: remove last caller of skb_tail_offset() and itself by Cong Wang · 11 years ago
  65. 0a4db18 Merge branch 'll_poll' by David S. Miller · 11 years ago
  66. 7e15b90 ixgbe: add extra stats for ndo_ll_poll by Eliezer Tamir · 11 years ago
  67. 5a85e73 ixgbe: add support for ndo_ll_poll by Eliezer Tamir · 11 years ago
  68. d30e383 tcp: add low latency socket poll support. by Eliezer Tamir · 11 years ago
  69. a5b5047 udp: add low latency socket poll support by Eliezer Tamir · 11 years ago
  70. 0602129 net: add low latency socket poll by Eliezer Tamir · 11 years ago
  71. af12fa6 net: add napi_id and hash by Eliezer Tamir · 11 years ago
  72. 6f00a02 bcm63xx_enet: add support for Broadcom BCM63xx integrated gigabit switch by Maxime Bizon · 11 years ago
  73. 0ae99b5 bcm63xx_enet: split DMA channel register accesses by Maxime Bizon · 11 years ago
  74. 7260aac bcm63xx_enet: implement reset autoneg ethtool callback by Maxime Bizon · 11 years ago
  75. 10af87c rt2x00: rt2x00queue: initialize data_queue fields earlier by Gabor Juhos · 11 years ago
  76. ec71997 rtlwifi: initialize local array and set value. by Yunlian Jiang · 11 years ago
  77. 7601502 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next by John W. Linville · 11 years ago
  78. f7a01ca cw1200: handle allocation failure in wsm_event_indication() by Dan Carpenter · 11 years ago
  79. f28bc92 cw1200: read beyond end of array in debug code by Dan Carpenter · 11 years ago
  80. aa63e18 cw1200: Sanity-check arguments in copy_from_user() by Solomon Peachy · 11 years ago
  81. cc2588e cw1200: hwio: Remove an unnecessary goto by Joe Perches · 11 years ago
  82. df09b36 macvtap: enable multiqueue flag by Jason Wang · 11 years ago
  83. 815f236 macvtap: add TUNSETQUEUE ioctl by Jason Wang · 11 years ago
  84. 376b1aa macvtap: eliminate linear search by Jason Wang · 11 years ago
  85. f0afce0 macvlan: change the max number of queues to 16 by Jason Wang · 11 years ago
  86. 8f475a3 macvtap: introduce macvtap_get_vlan() by Jason Wang · 11 years ago
  87. 1d2f41e macvlan: switch to use IS_ENABLED() by Jason Wang · 11 years ago
  88. 89cee91 macvtap: do not add self to waitqueue if doing a nonblock read by Jason Wang · 11 years ago
  89. ed0483f macvtap: fix a possible race between queue selection and changing queues by Jason Wang · 11 years ago
  90. e403d29 sh_eth: Fix warnings on 64-bit. by David S. Miller · 11 years ago
  91. eb770bf sh_eth: remove dependencies from Kconfig by Sergei Shtylyov · 11 years ago
  92. 589ebde sh_eth: get R8A777x support out of #ifdef by Sergei Shtylyov · 11 years ago
  93. 9c3beaa sh_eth: get SH7724 support out of #ifdef by Sergei Shtylyov · 11 years ago
  94. 24549e2 sh_eth: get SH7757 support out of #ifdef by Sergei Shtylyov · 11 years ago
  95. f5d1276 sh_eth: get SH77{34|63} support out of #ifdef by Sergei Shtylyov · 11 years ago
  96. e5c9b4c sh_eth: get R8A7740 support out of #ifdef by Sergei Shtylyov · 11 years ago
  97. c18a79a sh_eth: get SH7619 support out of #ifdef by Sergei Shtylyov · 11 years ago
  98. 7bbe150 sh_eth: get SH771x support out of #ifdef by Sergei Shtylyov · 11 years ago
  99. afe391a sh_eth: create initial ID table by Sergei Shtylyov · 11 years ago
  100. e8b265e doc:networking: Fix default value (icmp_ignore_bogus_error_responses). by Rami Rosen · 11 years ago