1. dbfc4fb dst: no need to take reference on DST_NOCACHE dsts by Hannes Frederic Sowa · 10 years ago
  2. 6ffe75e net: avoid two atomic operations in fast clones by Eric Dumazet · 10 years ago
  3. 395eea6 rtnetlink: delay RTM_DELLINK notification until after ndo_uninit() by Mahesh Bandewar · 10 years ago
  4. 892311f ethtool: Support for configurable RSS hash function by Eyal Perry · 10 years ago
  5. 89aa075 net: sock: allow eBPF programs to be attached to sockets by Alexei Starovoitov · 10 years ago
  6. 2c3c031 bridge: add brport flags to dflt bridge_getlink by Scott Feldman · 10 years ago
  7. aecbe01 net-sysfs: expose physical switch id for particular device by Jiri Pirko · 10 years ago
  8. 82f2841 rtnl: expose physical switch id for particular device by Jiri Pirko · 10 years ago
  9. 02637fc net: rename netdev_phys_port_id to more generic name by Jiri Pirko · 10 years ago
  10. f6f6424 net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del by Jiri Pirko · 10 years ago
  11. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  12. aa68c20 bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINK by Thomas Graf · 10 years ago
  13. 6e8d1c5 bridge: Validate IFLA_BRIDGE_FLAGS attribute length by Thomas Graf · 10 years ago
  14. 8feb2fb switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter() by Al Viro · 10 years ago
  15. 195e952 kill zerocopy_sg_from_iovec() by Al Viro · 10 years ago
  16. 3a654f9 new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter() by Al Viro · 10 years ago
  17. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  18. e7820e3 net: Revert "net: avoid one atomic operation in skb_clone()" by Eric Dumazet · 10 years ago
  19. 93515d5 net: move vlan pop/push functions into common code by Jiri Pirko · 10 years ago
  20. e219512 net: move make_writable helper into common code by Jiri Pirko · 10 years ago
  21. 5968250 vlan: introduce *vlan_hwaccel_push_inside helpers by Jiri Pirko · 10 years ago
  22. 62749e2 vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto by Jiri Pirko · 10 years ago
  23. 08adb7d fold verify_iovec() into copy_msghdr_from_user() by Al Viro · 10 years ago
  24. 0844932 {compat_,}verify_iovec(): switch to generic copying of iovecs by Al Viro · 10 years ago
  25. ef87c5d net: pktgen: Deletion of an unnecessary check before the function call "proc_remove" by Markus Elfring · 10 years ago
  26. 54aeba7 dev_ioctl: use sizeof(x) instead of sizeof x by Fabian Frederick · 10 years ago
  27. e56f735 net/core: include linux/types.h instead of asm/types.h by Fabian Frederick · 10 years ago
  28. 1d2398d net: fix spelling for synchronized by Fabian Frederick · 10 years ago
  29. 960fb62 net: provide a per host RSS key generic infrastructure by Eric Dumazet · 10 years ago
  30. fbe168b net: generic dev_disable_lro() stacked device handling by Michal Kubeček · 10 years ago
  31. d7480fd neigh: remove dynamic neigh table registration support by WANG Cong · 10 years ago
  32. ba7a46f net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited by Joe Perches · 10 years ago
  33. 2c8c56e net: introduce SO_INCOMING_CPU by Eric Dumazet · 10 years ago
  34. 3b47d30 net: gro: add a per device gro flush timer by Eric Dumazet · 10 years ago
  35. bfe1be3 net: Kill skb_copy_datagram_const_iovec by Herbert Xu · 10 years ago
  36. a8f820aa inet: Add skb_copy_datagram_iter by Herbert Xu · 10 years ago
  37. 25cd9ba openvswitch: Add basic MPLS support to kernel by Simon Horman · 10 years ago
  38. 59b93b4 net: Remove MPLS GSO feature. by Pravin B Shelar · 10 years ago
  39. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  40. e585f23 udp: Changes to udp_offload to support remote checksum offload by Tom Herbert · 10 years ago
  41. d75b1ad net: less interrupt masking in NAPI by Eric Dumazet · 10 years ago
  42. 55b42b5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  43. e0fb6fb net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0 by Guenter Roeck · 10 years ago
  44. 75fbfd3 neigh: optimize neigh_parms_release() by Nicolas Dichtel · 10 years ago
  45. bc9ad16 net: introduce napi_schedule_irqoff() by Eric Dumazet · 10 years ago
  46. 432c856 net: skb_segment() should preserve backpressure by Toshiaki Makita · 10 years ago
  47. 93a35f5 net: napi_reuse_skb() should check pfmemalloc by Eric Dumazet · 10 years ago
  48. a63ba13 net: tso: fix unaligned access to crafted TCP header in helper API by Karl Beldan · 10 years ago
  49. f993bc2 net: core: handle encapsulation offloads when computing segment lengths by Florian Westphal · 10 years ago
  50. 2e923b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  51. 04ffcb2 net: Add ndo_gso_check by Tom Herbert · 10 years ago
  52. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  53. e53da5f net: Trap attempts to call sock_kfree_s() with a NULL pointer. by David S. Miller · 10 years ago
  54. 4c45058 net: fix races in page->_count manipulation by Eric Dumazet · 10 years ago
  55. 5af7fb6 flow-dissector: Fix alignment issue in __skb_flow_get_ports by Alexander Duyck · 10 years ago
  56. 8ea6e34 net: filter: fix the comments by Li RongQing · 10 years ago
  57. de3f0d0 net: Missing @ before descriptions cause make xmldocs warning by Masanari Iida · 10 years ago
  58. 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  59. d0cd848 Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 10 years ago
  60. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  61. 02c0fc1 net_sched: fix unused variables in __gnet_stats_copy_basic_cpu() by WANG Cong · 10 years ago
  62. 1ff0dc9 net: validate_xmit_vlan() is static by Eric Dumazet · 10 years ago
  63. fcbeb97 net: introduce netdevice gso_min_segs attribute by Eric Dumazet · 10 years ago
  64. 1255a50 ethtool: Ethtool parameter to dynamically change tx_copybreak by Eric Dumazet · 10 years ago
  65. bec3cfd net: skb_segment() provides list head and tail by Eric Dumazet · 10 years ago
  66. 61b37d2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  67. c8753d5 net: Cleanup skb cloning by adding SKB_FCLONE_FREE by Vijay Subramanian · 10 years ago
  68. 0129120 net: do not export skb_gro_receive() by Eric Dumazet · 10 years ago
  69. 55a93b3 qdisc: validate skb without holding lock by Eric Dumazet · 10 years ago
  70. 739e4a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  71. 1109a90 netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER) by Pablo Neira Ayuso · 10 years ago
  72. 38b2cf2 net: pktgen: packet bursting via skb->xmit_more by Alexei Starovoitov · 10 years ago
  73. ce1a4ea net: avoid one atomic operation in skb_clone() by Eric Dumazet · 10 years ago
  74. d0bf4a9 net: cleanup and document skb fclone layout by Eric Dumazet · 10 years ago
  75. b0ab6f9 net: sched: enable per cpu qstats by John Fastabend · 10 years ago
  76. 6401585 net: sched: restrict use of qstats qlen by John Fastabend · 10 years ago
  77. 22e0f8b net: sched: make bstats per cpu and estimator RCU safe by John Fastabend · 10 years ago
  78. 73d3fe6 gro: fix aggregation for skb using frag_list by Eric Dumazet · 10 years ago
  79. b193722 net: reorganize sk_buff for faster __copy_skb_header() by Eric Dumazet · 10 years ago
  80. 7bced39 net_dma: simple removal by Dan Williams · 11 years ago
  81. ff04a77 net : optimize skb_release_data() by Eric Dumazet · 10 years ago
  82. 58e3cac net: optimise inet_proto_csum_replace4() by LEROY Christophe · 10 years ago
  83. f4a775d net: introduce __skb_header_release() by Eric Dumazet · 10 years ago
  84. 6ea754e net: Change netdev_<level> logging functions to return void by Joe Perches · 10 years ago
  85. 53e5039 net: Remove gso_send_check as an offload callback by Tom Herbert · 10 years ago
  86. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  87. cecda69 net: keep original skb which only needs header checking during software GSO by Jason Wang · 10 years ago
  88. 2e4e441 net: add alloc_skb_with_frags() helper by Eric Dumazet · 10 years ago
  89. e93a043 tcp: allow segment with FIN in tcp_try_coalesce() by Eric Dumazet · 10 years ago
  90. 7ce64c7 net: fix creation adjacent device symlinks by Alexander Y. Fomichev · 10 years ago
  91. c0d1379 net: bpf: correctly handle errors in sk_attach_filter() by Sasha Levin · 10 years ago
  92. 233577a net: filter: constify detection of pkt_type_offset by Hannes Frederic Sowa · 10 years ago
  93. 6c55549 ipv6: drop useless rcu_read_lock() in anycast by WANG Cong · 10 years ago
  94. 46e5da4 net: qdisc: use rcu prefix and silence sparse warnings by John Fastabend · 10 years ago
  95. bf7fa55 mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack path by Alexander Duyck · 10 years ago
  96. cab41c4 skb: Add documentation for skb_clone_sk by Alexander Duyck · 10 years ago
  97. 294a0b7 pktgen: Convert pr_warning to pr_warn by Joe Perches · 10 years ago
  98. 416c51e netns: remove one sparse warning by Eric Dumazet · 10 years ago
  99. 286aad3 net: bpf: be friendly to kmemcheck by Daniel Borkmann · 10 years ago
  100. 82d5e2b net: fix skb_page_frag_refill() kerneldoc by Eric Dumazet · 10 years ago