1. 9747dfe net: Do not enable tx-nocache-copy by default by Benjamin Poirier · 11 years ago
  2. 5b06215 iovec: make sure the caller actually wants anything in memcpy_fromiovecend by Sasha Levin · 10 years ago
  3. 8724cc2 net: Correctly set segment mac_len in skb_segment(). by Vlad Yasevich · 10 years ago
  4. 2c81441 net: sendmsg: fix NULL pointer dereference by Andrey Ryabinin · 10 years ago
  5. f884404 inetpeer: get rid of ip_id_count by Eric Dumazet · 10 years ago
  6. 59487a4 skbuff: skb_segment: orphan frags before copying by Michael S. Tsirkin · 10 years ago
  7. c1579fd skbuff: export skb_copy_ubufs by Michael S. Tsirkin · 12 years ago
  8. abea8e1 net-gro: reset skb->truesize in napi_reuse_skb() by Eric Dumazet · 10 years ago
  9. 3c024d3 skb: Add inline helper for getting the skb end offset from head by Alexander Duyck · 12 years ago
  10. 76eb96e rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is set by David Gibson · 10 years ago
  11. 6771e08 rtnetlink: Warn when interface's information won't fit in our packet by David Gibson · 10 years ago
  12. 3b8e912 net: core: don't account for udp header size when computing seglen by Florian Westphal · 10 years ago
  13. 32f8b74 net: add and use skb_gso_transport_seglen() by Florian Westphal · 10 years ago
  14. defb773 net: fix 'ip rule' iif/oif device rename by Maciej Żenczykowski · 11 years ago
  15. f1da434 net: unix: allow set_peek_off to fail by Sasha Levin · 11 years ago
  16. 32d05ad net: drop_monitor: fix the value of maxattr by Changli Gao · 11 years ago
  17. c5bbae6 {pktgen, xfrm} Update IPv4 header total len and checksum after tranformation by fan.du · 11 years ago
  18. c83455c net: core: Always propagate flag changes to interfaces by Vlad Yasevich · 11 years ago
  19. a7ef386 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  20. 8976001 net: Fix "ip rule delete table 256" by Andreas Henriksson · 11 years ago
  21. b9404d1 netpoll: fix NULL pointer dereference in netpoll_cleanup by Nikolay Aleksandrov · 11 years ago
  22. 674ac83 net: flow_dissector: fix thoff for IPPROTO_AH by Eric Dumazet · 11 years ago
  23. 8ccc1ea neighbour: populate neigh_parms on alloc before calling ndo_neigh_setup by Veaceslav Falico · 11 years ago
  24. a4583f4 net: check net.core.somaxconn sysctl values by Roman Gushchin · 11 years ago
  25. 55b3686 neighbour: fix a race in neigh_destroy() by Eric Dumazet · 11 years ago
  26. 8453ae7 net: vlan,ethtool: netdev_features_t is more than 32 bit by Bjørn Mork · 11 years ago
  27. 5afadab net: use netdev_features_t in skb_needs_linearize() by Patrick McHardy · 11 years ago
  28. 760f142 net: fix incorrect credentials passing by Linus Torvalds · 11 years ago
  29. f3e9f32 net: rate-limit warn-bad-offload splats. by Ben Greear · 11 years ago
  30. 53e10e9 netfilter: don't reset nf_trace in nf_reset() by Patrick McHardy · 11 years ago
  31. eca79ba net: count hw_addr syncs so that unsync works properly. by Vlad Yasevich · 11 years ago
  32. b4f6958 net: add a synchronize_net() in netdev_rx_handler_unregister() by Eric Dumazet · 11 years ago
  33. 9699581 net: remove a WARN_ON() in net_enable_timestamp() by Eric Dumazet · 11 years ago
  34. 40abddfd rtnetlink: Mask the rta_type when range checking by Vlad Yasevich · 11 years ago
  35. 75deb32 rtnl: fix info leak on RTM_GETLINK request for VF devices by Mathias Krause · 11 years ago
  36. bc60e16 bridging: fix rx_handlers return code by Cristian Bercaru · 11 years ago
  37. 86846ff net: fix infinite loop in __skb_recv_datagram() by Eric Dumazet · 12 years ago
  38. a86923f pktgen: correctly handle failures when adding a device by Cong Wang · 12 years ago
  39. 32a584e net-rps: Fix brokeness causing OOO packets by Tom Herbert · 12 years ago
  40. 3d7e3aa net: correct check in dev_addr_del() by Jiri Pirko · 12 years ago
  41. 2b98166 af-packet: fix oops when socket is not present by Eric Leblond · 12 years ago
  42. 52ebaae vlan: don't deliver frames for unknown vlans to protocols by Florian Zumbiehl · 12 years ago
  43. a745f7a net: Fix skb_under_panic oops in neigh_resolve_output by ramesh.nagappa@gmail.com · 12 years ago
  44. 9ace1a3 pktgen: fix crash when generating IPv6 packets by Amerigo Wang · 12 years ago
  45. 80235ac net: do not disable sg for packets requiring no checksum by Ed Cashin · 12 years ago
  46. 2b05a32 net: small bug on rxhash calculation by Chema Gonzalez · 12 years ago
  47. 763082c net: Statically initialize init_net.dev_base_head by Rustad, Mark D · 12 years ago
  48. cf99398 af_packet: don't emit packet on orig fanout group by Eric Leblond · 12 years ago
  49. 9b22954 net/core: Fix potential memory leak in dev_set_alias() by Alexey Khoroshilov · 12 years ago
  50. d77ce5e tcp: Apply device TSO segment limit earlier by Ben Hutchings · 12 years ago
  51. e198514 net: Allow driver to limit number of GSO segments per skb by Ben Hutchings · 12 years ago
  52. e7b539a net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handling by Jiri Benc · 12 years ago
  53. 7ba56a5 splice: fix racy pipe->buffers uses by Eric Dumazet · 12 years ago
  54. eb42f59 net: remove skb_orphan_try() by Eric Dumazet · 12 years ago
  55. 6c4784e netpoll: fix netpoll_send_udp() bugs by Eric Dumazet · 12 years ago
  56. 3ccda86 net: neighbour: fix neigh_dump_info() by Eric Dumazet · 12 years ago
  57. 420d936 drop_monitor: dont sleep in atomic context by Eric Dumazet · 12 years ago
  58. 9ae41a2 net: Set sk_prot_creator when cloning sockets to the right proto by Christoph Paasch · 7 years ago
  59. 9bee074 iovec: make sure the caller actually wants anything in memcpy_fromiovecend by Paul Lawrence · 7 years ago
  60. 7044edd net: feed /dev/random with the MAC address when registering a device by Theodore Ts'o · 12 years ago
  61. 28da9a0 net: core: add UID to flows, rules, and routes by Lorenzo Colitti · 8 years ago
  62. 24750e0 userns: make each net (net_ns) belong to a user_ns by Eric W. Biederman · 12 years ago
  63. 014132b Revert "net: core: Support UID-based routing." by chrmhoffmann · 6 years ago
  64. f563659 sk_run_filter: add BPF_S_ANC_SECCOMP_LD_W by Will Drewry · 12 years ago
  65. 9dd6888 ipv6: do not clear pinet6 field by Eric Dumazet · 11 years ago
  66. ffff622 net: diag: Add the ability to destroy a socket. by Lorenzo Colitti · 9 years ago
  67. 6e615c8 net: guard tcp_set_keepalive() to tcp sockets by Eric Dumazet · 12 years ago
  68. 6c097cb unix: correctly track in-flight fds in sending process user_struct by Hannes Frederic Sowa · 9 years ago
  69. 7f44e15 Merge stock 17.04.0 into cm-14.1 by chrmhoffmann · 7 years ago
  70. 630596c FPII-2967 :Information disclosure vulnerability in kernel networking subsystem CVE-2014-3145 A-34469585 by Mathias Krause · 7 years ago
  71. 1391b79 Merge LA.BF.1.1.3_rb1.13 into FP2 by chrmhoffmann · 7 years ago
  72. d9747b2 FPII-2821: Elevation of privilege vulnerability in kernel networking subsystem (device specific) CVE-2016-9793A-33363517 by Eric Dumazet · 7 years ago
  73. af9dd6d FPII-2273 Information disclosure vulnerability in kernel networking by Teow Wan Yee · 8 years ago
  74. 8638eea Merge "neigh: Better handling of transition to NUD_PROBE state" by Linux Build Service Account · 9 years ago
  75. 80f4b77 proc: Usable inode numbers for the namespace file descriptors. by Eric W. Biederman · 9 years ago
  76. ccf03da neigh: Better handling of transition to NUD_PROBE state by Erik Kline · 9 years ago
  77. ee7fb00 net: rps: fix cpu unplug by Eric Dumazet · 10 years ago
  78. dbadd30 net: core: Support UID-based routing. by Lorenzo Colitti · 10 years ago
  79. 2d2b7d4 net: sockev: Initial Commit by Harout Hedeshian · 10 years ago
  80. 9575362 net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol() by Avijit Kanti Das · 10 years ago
  81. c5f469a pktgen: clean up ktime_t helpers by Daniel Borkmann · 12 years ago
  82. 0e0d0ce net: flow_dissector: fail on evil iph->ihl by Subash Abhinov Kasiviswanathan · 11 years ago
  83. 01c3bdc msm: net: add the fix for the skb data alloc fail case by Pan Fang · 11 years ago
  84. 9ec495d Merge "rtnetlink: Call nlmsg_parse() with correct header length" by Linux Build Service Account · 11 years ago
  85. a36da1e rtnetlink: fix error return code in rtnl_link_fill() by Wei Yongjun · 11 years ago
  86. 1b92565 net: sock: validate data_len before allocating skb in sock_alloc_send_pskb() by Jason Wang · 12 years ago
  87. b38a241 rtnetlink: Call nlmsg_parse() with correct header length by Michael Riesch · 11 years ago
  88. 1178efd sock_diag: Fix out-of-bounds access to sock_diag_handlers[] by Mathias Krause · 11 years ago
  89. d9d26a8 Merge "net/core:Remove memleak reports by kmemleak_not_leak." by Linux Build Service Account · 11 years ago
  90. c8812b1 Merge "net: fix compile error of leaking kmemleak.h header" by Linux Build Service Account · 11 years ago
  91. 28021db net: flow: Prevent bringing up new CPUs during per-CPU initialization by Matt Wagantall · 11 years ago
  92. 60548ea net/core:Remove memleak reports by kmemleak_not_leak. by majianpeng · 12 years ago
  93. bb44326 net: fix compile error of leaking kmemleak.h header by Shan Wei · 12 years ago
  94. d4b1133 pktgen: fix module unload for good by Eric Dumazet · 12 years ago
  95. c57b546 pktgen: fix crash at module unload by Eric Dumazet · 12 years ago
  96. 59b9997 Revert "net: maintain namespace isolation between vlan and real device" by David S. Miller · 12 years ago
  97. 4fdcfa1 drop_monitor: prevent init path from scheduling on the wrong cpu by Neil Horman · 12 years ago
  98. 3885ca7 drop_monitor: Make updating data->skb smp safe by Neil Horman · 12 years ago
  99. cde2e9a drop_monitor: fix sleeping in invalid context warning by Neil Horman · 12 years ago
  100. bbe362b drop_monitor: allow more events per second by Eric Dumazet · 12 years ago