1. 80019d3 net: Remove unlikely() for WARN_ON() conditions by Thomas Graf · 10 years ago
  2. 8fd90bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  3. 6fe82a3 net: print a notification on device rename by Veaceslav Falico · 10 years ago
  4. ccc7f49 net: print net_device reg_state in netdev_* unless it's registered by Veaceslav Falico · 10 years ago
  5. a40e0a6 net: remove open-coded skb_cow_head. by françois romieu · 10 years ago
  6. c3caf11 net-gre-gro: Fix a bug that breaks the forwarding path by Jerry Chu · 10 years ago
  7. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  8. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  9. 238fa36 net: set name assign type for renamed devices by Tom Gundersen · 10 years ago
  10. 549511946 net: Fix NETDEV_CHANGE notifier usage causing spurious arp flush by Loic Prylli · 10 years ago
  11. 11ef7a8 net: Performance fix for process_backlog by Tom Herbert · 10 years ago
  12. b0ab2fa rtnetlink: allow to register ops without ops->setup set by Jiri Pirko · 10 years ago
  13. 9bf2b8c net: fix some typos in comment by Ying Xue · 10 years ago
  14. d215d10 net: delete duplicate dev_set_rx_mode() call by Peter Pan(潘卫平) · 10 years ago
  15. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  16. 902455e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  17. 87757a9 net: force a list_del() in unregister_netdevice_many() by Eric Dumazet · 10 years ago
  18. 3f17ea6 Merge branch 'next' (accumulated 3.16 merge window patches) into master by Linus Torvalds · 10 years ago
  19. 3b392dd MPLS: Use mpls_features to activate software MPLS GSO segmentation by Simon Horman · 10 years ago
  20. 4cb2897 net: use the new API kvfree() by WANG Cong · 10 years ago
  21. c99f7ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  22. 92ff71b net: remove some unless free on failure in alloc_netdev_mqs() by WANG Cong · 10 years ago
  23. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  24. 4b9b1cd net: fix wrong mac_len calculation for vlans by Nikolay Aleksandrov · 10 years ago
  25. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  26. 44a4085 bonding: Fix stacked device detection in arp monitoring by Vlad Yasevich · 10 years ago
  27. d38569a vlan: Fix lockdep warning with stacked vlan devices. by Vlad Yasevich · 10 years ago
  28. 4085ebe net: Find the nesting level of a given device by type. by Vlad Yasevich · 10 years ago
  29. 29e9824 net: gro: make sure skb->cb[] initial content has not to be zero by Eric Dumazet · 10 years ago
  30. 200b916 rtnetlink: wait for unregistering devices in rtnl_link_unregister() by Cong Wang · 10 years ago
  31. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  32. c1e756b Revert "net: core: introduce netif_skb_dev_features" by Florian Westphal · 10 years ago
  33. 56bfa7e unregister_netdevice : move RTM_DELLINK to until after ndo_uninit by Roopa Prabhu · 10 years ago
  34. a0265d2 net: Add __dev_forward_skb by Herbert Xu · 10 years ago
  35. dc8eaaa vlan: Fix lockdep warning when vlan dev handle notification by dingtianhong · 10 years ago
  36. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  37. 1e785f4 net: Start with correct mac_len in skb_network_protocol by Vlad Yasevich · 10 years ago
  38. 6859e7d netdev: remove potentially harmful checks by Veaceslav Falico · 10 years ago
  39. e33d0ba net-gro: reset skb->truesize in napi_reuse_skb() by Eric Dumazet · 10 years ago
  40. d029021 net: add busy_poll device feature by Jiri Pirko · 10 years ago
  41. cd6362b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  42. 159d813 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  43. 7a48837 Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  44. a50e233 net-gro: restore frag0 optimization by Eric Dumazet · 10 years ago
  45. 1ee481f net: Allow modules to use is_skb_forwardable by Vlad Yasevich · 10 years ago
  46. 64c2723 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  47. 66b5552 netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enable by Eric W. Biederman · 10 years ago
  48. 3f4df20 netpoll: Move rx enable/disable into __dev_close_many by Eric W. Biederman · 10 years ago
  49. 53d6471 net: Account for all vlan headers in skb_mac_gso_segment by Vlad Yasevich · 10 years ago
  50. 015f068 net: net: add a core netdev->tx_dropped counter by Eric Dumazet · 10 years ago
  51. 61b905d net: Rename skb->rxhash to skb->hash by Tom Herbert · 10 years ago
  52. 9c62a68 netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP) by Eric W. Biederman · 10 years ago
  53. 2b8837a net: Convert uses of __constant_<foo> to <foo> by Joe Perches · 10 years ago
  54. c46fff2 smp: Rename __smp_call_function_single() to smp_call_function_single_async() by Frederic Weisbecker · 10 years ago
  55. fce8ad1 smp: Remove wait argument from __smp_call_function_single() by Frederic Weisbecker · 10 years ago
  56. d426334 Merge branch 'master' into for-next by Jiri Kosina · 10 years ago
  57. e227867 treewide: Fix typo in Documentation/DocBook by Masanari Iida · 10 years ago
  58. d206940 net: core: introduce netif_skb_dev_features by Florian Westphal · 10 years ago
  59. 0a59f3a net: Mark functions as static in core/dev.c by Rashika Kheria · 10 years ago
  60. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  61. bb1281f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  62. e27a2f8 net: Export gro_find_by_type helpers by Or Gerlitz · 10 years ago
  63. b582ef0 net: Add GRO support for UDP encapsulating protocols by Or Gerlitz · 10 years ago
  64. f14fe8a net: remove unnecessary initializations in net_dev_init by Sabrina Dubroca · 10 years ago
  65. 9d08dd3 net: document accel_priv parameter for __dev_queue_xmit() by Jason Wang · 10 years ago
  66. a953be5 net-sysfs: add support for device-specific rx queue sysfs attributes by Michael Dalton · 10 years ago
  67. 1d486bf net: add NETDEV_PRECHANGEMTU to notify before mtu change happens by Veaceslav Falico · 10 years ago
  68. 0b4cec8 net: Check skb->rxhash in gro_receive by Tom Herbert · 11 years ago
  69. 5bb025f net: rename sysfs symlinks on device name change by Veaceslav Falico · 11 years ago
  70. 3ee3270 net: add sysfs helpers for netdev_adjacent logic by Veaceslav Falico · 11 years ago
  71. ae78dbf net: Add trace events for all receive entry points, exposing more skb fields by Ben Hutchings · 11 years ago
  72. d87d04a net: Add net_dev_start_xmit trace event, exposing more skb fields by Ben Hutchings · 11 years ago
  73. 2056766 net: Fix indentation in dev_hard_start_xmit() by Ben Hutchings · 11 years ago
  74. 0a379e21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  75. 2315dc9 net: make dev_set_mtu() honor notification return code by Veaceslav Falico · 11 years ago
  76. 600adc1 net: gro: change GRO overflow strategy by Eric Dumazet · 11 years ago
  77. f663dd9 net: core: explicitly select a txq before doing l2 forwarding by Jason Wang · 11 years ago
  78. bf5a755 net-gre-gro: Add GRE support to the GRO stack by Jerry Chu · 11 years ago
  79. cdb3f4a net: Do not enable tx-nocache-copy by default by Benjamin Poirier · 11 years ago
  80. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  81. 855404e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  82. 86f8515 net: netprio: rename config to be more consistent with cgroup configs by Daniel Borkmann · 11 years ago
  83. 1d143d9 net: core functions cleanup by stephen hemminger · 11 years ago
  84. 855abcf net, rps: fix the comment of net_rps_action_and_irq_enable() by Zhi Yong Wu · 11 years ago
  85. 289dccb net: use kfree_skb_list() helper by Eric Dumazet · 11 years ago
  86. e23c34b Merge branch 'master' into for-next by Jiri Kosina · 11 years ago
  87. 8532824 net: allow netdev_all_upper_get_next_dev_rcu with rtnl lock held by John Fastabend · 11 years ago
  88. 3958afa1b net: Change skb_get_rxhash to skb_get_hash by Tom Herbert · 11 years ago
  89. e001bfa bonding: create bond_first_slave_rcu() by dingtianhong · 11 years ago
  90. 299603e8 net-gro: Prepare GRO stack for the upcoming tunneling support by Jerry Chu · 11 years ago
  91. 4262e5c net: dev: move inline skb_needs_linearize helper to header by Daniel Borkmann · 11 years ago
  92. e624702 net: introduce dev_consume_skb_any() by Eric Dumazet · 11 years ago
  93. 84b9cd6 gro: small napi_get_frags() optim by Eric Dumazet · 11 years ago
  94. 90e51ad Fix comment typo for alloc_netdev_mqs() by Li Zhong · 11 years ago
  95. d2615bf net: core: Always propagate flag changes to interfaces by Vlad Yasevich · 11 years ago
  96. 529d048 macvlan: disable LRO on lower device instead of macvlan by Michal Kubeček · 11 years ago
  97. 81b9eab core/dev: do not ignore dmac in dev_forward_skb() by Alexei Starovoitov · 11 years ago
  98. a6cc0cf net: Add layer 2 hardware acceleration operations for macvlan devices by John Fastabend · 11 years ago
  99. 74d332c net: extend net_device allocation to vmalloc() by Eric Dumazet · 11 years ago
  100. 7f29405 net: fix rtnl notification in atomic context by Alexei Starovoitov · 11 years ago