1. 864150d net: Add module reference to FIB notifiers by Ido Schimmel · 7 years ago
  2. c1d1b43 net: convert (struct ubuf_info)->refcnt to refcount_t by Eric Dumazet · 7 years ago
  3. db5bce3 net: prepare (struct ubuf_info)->refcnt conversion by Eric Dumazet · 7 years ago
  4. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  5. 9df5905 bpf: Collapse offset checks in sock_filter_is_valid_access by David Ahern · 7 years ago
  6. 25cc72a mlxsw: spectrum: Forbid linking to devices that have uppers by Ido Schimmel · 7 years ago
  7. ae2cf1c bpf: Allow cgroup sock filters to use get_current_uid_gid helper by David Ahern · 7 years ago
  8. 482dca9 bpf: Add mark and priority to sock options that can be set by David Ahern · 7 years ago
  9. 1797f5b devlink: Add IPv6 header for dpipe by Arkadi Sharshevsky · 7 years ago
  10. e3cfddd bridge: add tracepoint in br_fdb_update by Roopa Prabhu · 7 years ago
  11. 12bdc5e devlink: Maintain consistency in mac field name by David Ahern · 7 years ago
  12. eaa72dc neigh: increase queue_len_bytes to match wmem_default by Eric Dumazet · 7 years ago
  13. b74fd30 bridge: fdb add and delete tracepoints by Roopa Prabhu · 7 years ago
  14. 59a3089 xdp: separate xdp_redirect tracepoint in map case by Jesper Dangaard Brouer · 7 years ago
  15. f5836ca xdp: separate xdp_redirect tracepoint in error case by Jesper Dangaard Brouer · 7 years ago
  16. 8d3b778 xdp: tracepoint xdp_redirect also need a map argument by Jesper Dangaard Brouer · 7 years ago
  17. c31e5a4 xdp: remove redundant argument to trace_xdp_redirect by Jesper Dangaard Brouer · 7 years ago
  18. 1e22391 net: missing call of trace_napi_poll in busy_poll_stop by Jesper Dangaard Brouer · 7 years ago
  19. ebfa00c tcp: fix refcnt leak with ebpf congestion control by Sabrina Dubroca · 7 years ago
  20. 4e458de bpf: fix bpf_setsockopts return value by Yuchung Cheng · 7 years ago
  21. a873585 xdp: remove net_device names from xdp_redirect tracepoint by Jesper Dangaard Brouer · 7 years ago
  22. 2facaad xdp: make generic xdp redirect use tracepoint trace_xdp_redirect by Jesper Dangaard Brouer · 7 years ago
  23. d08adb8 xdp: remove bpf_warn_invalid_xdp_redirect by Jesper Dangaard Brouer · 7 years ago
  24. 3580732 devlink: Move dpipe entry clear function into devlink by Arkadi Sharshevsky · 7 years ago
  25. ffd3cdc devlink: Add support for dynamic table size by Arkadi Sharshevsky · 7 years ago
  26. 3fb886e devlink: Add IPv4 header for dpipe by Arkadi Sharshevsky · 7 years ago
  27. 1177009 devlink: Add Ethernet header for dpipe by Arkadi Sharshevsky · 7 years ago
  28. 257a730 net/sock: allow the user to set negative peek offset by Paolo Abeni · 7 years ago
  29. cd0a137 net: core: Specify skb_pad()/skb_put_padto() SKB freeing by Florian Fainelli · 7 years ago
  30. e4a8e81 bpf: misc xdp redirect cleanups by Daniel Borkmann · 7 years ago
  31. fd6055a udp: on peeking bad csum, drop packets even if not at head by Eric Dumazet · 7 years ago
  32. e2a7c34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  33. e65a495 net: check type when freeing metadata dst by David Lamparter · 7 years ago
  34. a43dce9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
  35. 6648c65 net: style cleanups by stephen hemminger · 7 years ago
  36. 667e427 net: mark receive queue attributes ro_after_init by stephen hemminger · 7 years ago
  37. 2b9c758 net: make queue attributes ro_after_init by stephen hemminger · 7 years ago
  38. 170c658 net: make BQL sysfs attributes ro_after_init by stephen hemminger · 7 years ago
  39. 718ad68 net: drop unused attribute argument from sysfs queue funcs by stephen hemminger · 7 years ago
  40. ec6cc59 net: make net sysfs attributes ro_after_init by stephen hemminger · 7 years ago
  41. 737aec5 net: constify net_ns_type_operations by stephen hemminger · 7 years ago
  42. e6d473e net: make net_class ro_after_init by stephen hemminger · 7 years ago
  43. b793dc5 net: constify netdev_class_file by stephen hemminger · 7 years ago
  44. d0d6683 net: don't decrement kobj reference count on init failure by stephen hemminger · 7 years ago
  45. 4c03bdd xdp: adjust xdp redirect tracepoint to include return error code by Jesper Dangaard Brouer · 7 years ago
  46. 9620fef ipv4: convert dst_metrics.refcnt from atomic_t to refcount_t by Eric Dumazet · 7 years ago
  47. a0917e0 datagram: When peeking datagrams with offset < 0 don't skip empty skbs by Matthew Dawson · 7 years ago
  48. 047b0ec bpf: reuse tc bpf prologue for sk skb progs by Daniel Borkmann · 7 years ago
  49. 4d6a75b bpf: no need to nullify ri->map in xdp_do_redirect by Daniel Borkmann · 7 years ago
  50. e543002 qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBs by Jesper Dangaard Brouer · 7 years ago
  51. 8a31db5 bpf: add access to sock fields and pkt data from sk_skb programs by John Fastabend · 7 years ago
  52. 174a79f bpf: sockmap with sk redirect support by John Fastabend · 7 years ago
  53. b005fd1 bpf: introduce new program type for skbs on sockets by John Fastabend · 7 years ago
  54. db5980d net: fixes for skb_send_sock by John Fastabend · 7 years ago
  55. 463910e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  56. 7324157 dsa: fix flow disector null pointer by Craig Gallek · 7 years ago
  57. 7c49747 net: export some generic xdp helpers by Jason Wang · 8 years ago
  58. d022578 rtnelink: Move link dump consistency check out of the loop by Jakub Sitnicki · 8 years ago
  59. 2ed46ce bpf: fix two missing target_size settings in bpf_convert_ctx_access by Daniel Borkmann · 7 years ago
  60. 9399122 net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx. by Tonghao Zhang · 8 years ago
  61. 8caa38b rtnetlink: fallback to UNSPEC if current family has no doit callback by Florian Westphal · 8 years ago
  62. d38a651 rtnetlink: init handler refcounts to 1 by Florian Westphal · 8 years ago
  63. 8515ae3 rtnetlink: switch rtnl_link_get_slave_info_data_size to rcu by Florian Westphal · 8 years ago
  64. 5c2bb9b rtnetlink: do not use RTM_GETLINK directly by Florian Westphal · 8 years ago
  65. 377cb24 rtnetlink: use rcu_dereference_raw to silence rcu splat by Florian Westphal · 8 years ago
  66. 2d571645 net: core: fix compile error inside flow_dissector due to new dsa callback by John Crispin · 8 years ago
  67. 43e6652 net-next: dsa: fix flow dissection by John Crispin · 8 years ago
  68. 165b911 net: call newid/getid without rtnl mutex held by Florian Westphal · 8 years ago
  69. 62256f9 rtnetlink: add RTNL_FLAG_DOIT_UNLOCKED by Florian Westphal · 8 years ago
  70. 6853dd4 rtnetlink: protect handler table with rcu by Florian Westphal · 8 years ago
  71. 0cc0902 rtnetlink: small rtnl lock pushdown by Florian Westphal · 8 years ago
  72. 019a316 rtnetlink: add reference counting to prevent module unload while dump is in progress by Florian Westphal · 8 years ago
  73. b97bac6 rtnetlink: make rtnl_register accept a flags parameter by Florian Westphal · 8 years ago
  74. e1fa6d2 rtnetlink: call rtnl_calcit directly by Florian Westphal · 8 years ago
  75. 92b31a9 bpf: add BPF_J{LT,LE,SLT,SLE} instructions by Daniel Borkmann · 8 years ago
  76. ccaffff sock: fix zerocopy panic in mem accounting by Willem de Bruijn · 8 years ago
  77. 3118e6e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  78. 8d63bee net: avoid skb_warn_bad_offload false positives on UFO by Willem de Bruijn · 8 years ago
  79. d1df6fd ipv6: sr: define core operations for seg6local lightweight tunnel by David Lebrun · 8 years ago
  80. 08bd10f lwtunnel: replace EXPORT_SYMBOL with EXPORT_SYMBOL_GPL by Roopa Prabhu · 8 years ago
  81. a91dbff sock: ulimit on MSG_ZEROCOPY pages by Willem de Bruijn · 8 years ago
  82. 4ab6c99 sock: MSG_ZEROCOPY notification coalescing by Willem de Bruijn · 8 years ago
  83. 1f8b977 sock: enable MSG_ZEROCOPY by Willem de Bruijn · 8 years ago
  84. 76851d1 sock: add SOCK_ZEROCOPY sockopt by Willem de Bruijn · 8 years ago
  85. 5226779 sock: add MSG_ZEROCOPY by Willem de Bruijn · 8 years ago
  86. 3ece782 sock: skb_copy_ubufs support for compound pages by Willem de Bruijn · 8 years ago
  87. 98ba0bd sock: allocate skbs from optmem by Willem de Bruijn · 8 years ago
  88. 1b2a444 net: fib_rules: Implement notification logic in core by Ido Schimmel · 8 years ago
  89. 04b1d4e net: core: Make the FIB notification chain generic by Ido Schimmel · 8 years ago
  90. eb48d68 bpf: fix the printing of ifindex by William Tu · 8 years ago
  91. b2f9d43 flow_dissector: remove unused functions by WANG Cong · 8 years ago
  92. f70f250 net: Allow IPsec GSO for local sockets by Steffen Klassert · 8 years ago
  93. c613c20 net: add skb_frag_foreach_page and use with kmap_atomic by Willem de Bruijn · 8 years ago
  94. 20bf50d skbuff: Function to send an skbuf on a socket by Tom Herbert · 8 years ago
  95. 306b13e proto_ops: Add locked held versions of sendmsg and sendpage by Tom Herbert · 8 years ago
  96. 29fda25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  97. 1a5f3da net: ethtool: add support for forward error correction modes by Vidya Sagar Ravipati · 8 years ago
  98. 0254e0c net: check dev->addr_len for dev_set_mac_address() by WANG Cong · 8 years ago
  99. 0c3a8f8 netpoll: Fix device name check in netpoll_setup() by Matthias Kaehlcke · 8 years ago
  100. a28b1b9 skbuff: re-add check for NULL skb->head in kfree_skb path by Florian Westphal · 8 years ago