1. f090682 net: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  2. 2573bee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  3. 93c1af6 net:rfs: adjust table size checking by Eric Dumazet · 9 years ago
  4. 567e4b7 net: rfs: add hash collision detection by Eric Dumazet · 9 years ago
  5. 91e8313 net: use netif_rx_ni() from process context by Eric Dumazet · 9 years ago
  6. 364d571 rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARY by Daniel Borkmann · 9 years ago
  7. 7744b5f pktgen: fix UDP checksum computation by Sabrina Dubroca · 9 years ago
  8. 233c96f flowcache: Fix kernel panic in flow_cache_flush_task by Miroslav Urbanek · 9 years ago
  9. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  10. 2ce1ee1 net: remove some sparse warnings by Eric Dumazet · 9 years ago
  11. f2683b7 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 9 years ago
  12. 61bd385 net/core: Add event for a change in slave state by Moni Shoua · 9 years ago
  13. 940288b Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 9 years ago
  14. 2bd8248 xps: fix xps for stacked devices by Eric Dumazet · 9 years ago
  15. 31a25fa net: bury net/core/iovec.c - nothing in there is used anymore by Al Viro · 10 years ago
  16. b245be1 net-timestamp: no-payload only sysctl by Willem de Bruijn · 9 years ago
  17. 49ca0d8 net-timestamp: no-payload option by Willem de Bruijn · 9 years ago
  18. add511b bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellink by Roopa Prabhu · 9 years ago
  19. d4bcef3 net: Fix vlan_get_protocol for stacked vlan by Toshiaki Makita · 9 years ago
  20. 7866a62 dev: add per net_device packet type chains by Salam Noureddine · 9 years ago
  21. 7b4ce69 rtnetlink: pass link_net to the newlink handler by Nicolas Dichtel · 9 years ago
  22. 59ccaaa bridge: dont send notification when skb->len == 0 in rtnl_bridge_notify by Roopa Prabhu · 9 years ago
  23. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  24. 08bfc9c flow_dissector: add tipc support by Erik Hugne · 9 years ago
  25. 193523b vxlan: advertise netns of vxlan dev in fdb msg by Nicolas Dichtel · 9 years ago
  26. bdef279 rtnl: fix error path when adding an iface with a link net by Nicolas Dichtel · 9 years ago
  27. 4b681c8 nl80211: Allow set network namespace by fd by Vadim Kochan · 9 years ago
  28. 317f481 rtnl: allow to create device with IFLA_LINK_NETNSID set by Nicolas Dichtel · 9 years ago
  29. d37512a rtnl: add link netns id to interface messages by Nicolas Dichtel · 9 years ago
  30. 0c7aecd netns: add rtnl cmd to add and get peer netns ids by Nicolas Dichtel · 9 years ago
  31. 4de8b41 bridge: remove oflags from setlink/dellink. by Rosen, Rami · 9 years ago
  32. 7b46a64 netlink: Fix bugs in nlmsg_end() conversions. by David S. Miller · 9 years ago
  33. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 9 years ago
  34. 02dba43 bridge: fix setlink/dellink notifications by Roopa Prabhu · 9 years ago
  35. ac64da0 net: rps: fix cpu unplug by Eric Dumazet · 9 years ago
  36. 3f3558b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  37. 4bf6980 neighbour: fix base_reachable_time(_ms) not effective immediatly when changed by Jean-Francois Remy · 9 years ago
  38. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 9 years ago
  39. 1059590 net: allow large number of rx queues by Pankaj Gupta · 9 years ago
  40. 2f43836 ethtool: Extend ethtool plugin module eeprom API to phylib by Ed Swierk · 9 years ago
  41. ea69763 net: tcp: add RTAX_CC_ALGO fib handling by Daniel Borkmann · 9 years ago
  42. 6cb6974 net: Do not call ndo_dflt_fdb_dump if ndo_fdb_dump is defined by Hubert Sokolowski · 9 years ago
  43. e8768f9 net: skbuff: don't zero tc members when freeing skb by Florian Westphal · 9 years ago
  44. 5f35227 net: Generalize ndo_gso_check to ndo_features_check by Jesse Gross · 10 years ago
  45. 2c26d34 net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwarding by Jay Vosburgh · 10 years ago
  46. b8fb4e0 net: Reset secmark when scrubbing packet by Thomas Graf · 10 years ago
  47. 796f2da net: Fix stacked vlan offload features computation by Toshiaki Makita · 10 years ago
  48. d0edc7b mpls: Fix config check for mpls. by Pravin B Shelar · 10 years ago
  49. ceb8d5b net: Rearrange loop in net_rx_action by Herbert Xu · 10 years ago
  50. 6bd373e net: Always poll at least one device in net_rx_action by Herbert Xu · 10 years ago
  51. 001ce54 net: Detect drivers that reschedule NAPI and exhaust budget by Herbert Xu · 10 years ago
  52. 726ce70 net: Move napi polling code out of net_rx_action by Herbert Xu · 10 years ago
  53. af6dabc net: drop the packet when fails to do software segmentation or header check by Jason Wang · 10 years ago
  54. 00c845d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  55. 603ba7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  56. 65891fe net: Disallow providing non zero VLAN ID for NIC drivers FDB add flow by Or Gerlitz · 10 years ago
  57. e3aa91a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  58. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  59. 198bf1b net: sock: fix access via invalid file descriptor by Alexei Starovoitov · 10 years ago
  60. f95b414 net: introduce helper macro for_each_cmsghdr by Gu Zheng · 10 years ago
  61. 707c596 Merge branch 'nsfs' into for-next by Al Viro · 10 years ago
  62. 22f1092 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  63. fd11a83 net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skb by Alexander Duyck · 10 years ago
  64. ffde732 net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_frag by Alexander Duyck · 10 years ago
  65. 6e5f59a Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 10 years ago
  66. 86c6a2f Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  67. 1d460b9 rocker: remove swdev mode by Roopa Prabhu · 10 years ago
  68. e008f3f net: avoid to call skb_queue_len again by Li RongQing · 10 years ago
  69. d3a9632 skb_copy_datagram_iovec() can die by Al Viro · 10 years ago
  70. e5a4b0b switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitives by Al Viro · 10 years ago
  71. dbfc4fb dst: no need to take reference on DST_NOCACHE dsts by Hannes Frederic Sowa · 10 years ago
  72. 6ffe75e net: avoid two atomic operations in fast clones by Eric Dumazet · 10 years ago
  73. 395eea6 rtnetlink: delay RTM_DELLINK notification until after ndo_uninit() by Mahesh Bandewar · 10 years ago
  74. 892311f ethtool: Support for configurable RSS hash function by Eyal Perry · 10 years ago
  75. 89aa075 net: sock: allow eBPF programs to be attached to sockets by Alexei Starovoitov · 10 years ago
  76. f77c801 bury struct proc_ns in fs/proc by Al Viro · 10 years ago
  77. 33c4294 copy address of proc_ns_ops into ns_common by Al Viro · 10 years ago
  78. 6344c43 new helpers: ns_alloc_inum/ns_free_inum by Al Viro · 10 years ago
  79. 6496452 make proc_ns_operations work with struct ns_common * instead of void * by Al Viro · 10 years ago
  80. ff24870 netns: switch ->get()/->put()/->install()/->inum() to working with &net->ns by Al Viro · 10 years ago
  81. 435d5f4 common object embedded into various struct ....ns by Al Viro · 10 years ago
  82. 2c3c031 bridge: add brport flags to dflt bridge_getlink by Scott Feldman · 10 years ago
  83. aecbe01 net-sysfs: expose physical switch id for particular device by Jiri Pirko · 10 years ago
  84. 82f2841 rtnl: expose physical switch id for particular device by Jiri Pirko · 10 years ago
  85. 02637fc net: rename netdev_phys_port_id to more generic name by Jiri Pirko · 10 years ago
  86. f6f6424 net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del by Jiri Pirko · 10 years ago
  87. e0ebde0 rtnetlink: release net refcnt on error in do_setlink() by Nicolas Dichtel · 10 years ago
  88. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  89. aa68c20 bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINK by Thomas Graf · 10 years ago
  90. 6e8d1c5 bridge: Validate IFLA_BRIDGE_FLAGS attribute length by Thomas Graf · 10 years ago
  91. 79e8865 crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit() by Daniel Borkmann · 10 years ago
  92. 8feb2fb switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter() by Al Viro · 10 years ago
  93. 195e952 kill zerocopy_sg_from_iovec() by Al Viro · 10 years ago
  94. 3a654f9 new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter() by Al Viro · 10 years ago
  95. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  96. e7820e3 net: Revert "net: avoid one atomic operation in skb_clone()" by Eric Dumazet · 10 years ago
  97. 93515d5 net: move vlan pop/push functions into common code by Jiri Pirko · 10 years ago
  98. e219512 net: move make_writable helper into common code by Jiri Pirko · 10 years ago
  99. 5968250 vlan: introduce *vlan_hwaccel_push_inside helpers by Jiri Pirko · 10 years ago
  100. 62749e2 vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto by Jiri Pirko · 10 years ago