1. 282c320 netevent: remove automatic variable in register_netevent_notifier() by Wang Long · 10 years ago
  2. 37e82c2 bpf: allow BPF programs access skb->skb_iif and skb->dev->ifindex fields by Alexei Starovoitov · 10 years ago
  3. d6a4e26 tcp: tcp_tso_autosize() minimum is one packet by Eric Dumazet · 10 years ago
  4. 05c9854 net: fix inet_proto_csum_replace4() sparse errors by Eric Dumazet · 10 years ago
  5. 6831905 net: remove a sparse error in secure_dccpv6_sequence_number() by Eric Dumazet · 10 years ago
  6. d496958 pktgen: remove one sparse error by Eric Dumazet · 10 years ago
  7. 2b51457 net: af_unix: implement splice for stream af_unix sockets by Hannes Frederic Sowa · 10 years ago
  8. a60e3cc net: make skb_splice_bits more configureable by Hannes Frederic Sowa · 10 years ago
  9. be12a1f net: skbuff: add skb_append_pagefrags and use it by Hannes Frederic Sowa · 10 years ago
  10. 36583eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  11. 4020726 pktgen: make /proc/net/pktgen/pgctrl report fail on invalid input by Jesper Dangaard Brouer · 10 years ago
  12. d079abd pktgen: adjust spacing in proc file interface output by Jesper Dangaard Brouer · 10 years ago
  13. f96dee1 net: core: 'ethtool' issue with querying phy settings by Arun Parameswaran · 10 years ago
  14. 12c227e flow_dissector: do not break if ports are not needed in flowlabel by Jiri Pirko · 10 years ago
  15. 04fd61a bpf: allow bpf programs to tail-call other bpf programs by Alexei Starovoitov · 10 years ago
  16. e7582ba net: dev: reduce both ingress hook ifdefs by Daniel Borkmann · 10 years ago
  17. 765c9c6 neigh: Better handling of transition to NUD_PROBE state by Erik Kline · 10 years ago
  18. de13346 netns: make nsid_lock per net by WANG Cong · 10 years ago
  19. 74b80e8 flow_dissector: remove bogus return in tipc section by Jiri Pirko · 10 years ago
  20. 1a24e04 net: fix sk_mem_reclaim_partial() by Eric Dumazet · 10 years ago
  21. ed2a80a rtnl/bond: don't send rtnl msg for unregistered iface by Nicolas Dichtel · 10 years ago
  22. 3365495 net: core: set qdisc pkt len before tc_classify by Florian Westphal · 10 years ago
  23. 0c58a2d netns: fix unbalanced spin_lock on error by Nicolas Dichtel · 10 years ago
  24. e687ad6 netfilter: add netfilter ingress hook after handle_ing() under unique static key by Pablo Neira · 10 years ago
  25. 1cf51900 net: add CONFIG_NET_INGRESS to enable ingress filtering by Pablo Neira · 10 years ago
  26. a080e7b net: Reserve skb headroom and set skb->dev even if using __alloc_skb by Alexander Duyck · 10 years ago
  27. 59346af flow_dissector: change port array into src, dst tuple by Jiri Pirko · 10 years ago
  28. 67a900c flow_dissector: introduce support for Ethernet addresses by Jiri Pirko · 10 years ago
  29. b924933 flow_dissector: introduce support for ipv6 addressses by Jiri Pirko · 10 years ago
  30. 06635a3 flow_dissect: use programable dissector in skb_flow_dissect and friends by Jiri Pirko · 10 years ago
  31. fbff949 flow_dissector: introduce programable flow_dissector by Jiri Pirko · 10 years ago
  32. 0db89b8 flow_dissector: fix doc for skb_get_poff by Jiri Pirko · 10 years ago
  33. 638b2a6 net: move netdev_pick_tx and dependencies to net/core/dev.c by Jiri Pirko · 10 years ago
  34. 5605c76 net: move __skb_tx_hash to dev.c by Jiri Pirko · 10 years ago
  35. d4fd327 flow_dissector: fix doc for __skb_get_hash and remove couple of empty lines by Jiri Pirko · 10 years ago
  36. 10b89ee4 net: move *skb_get_poff declarations into correct header by Jiri Pirko · 10 years ago
  37. 1bd758e net: change name of flow_dissector header to match the .c file name by Jiri Pirko · 10 years ago
  38. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  39. 42275bd switchdev: don't use anonymous union on switchdev attr/obj structs by Scott Feldman · 10 years ago
  40. 9eea922 pktgen: fix packet generation by Alexei Starovoitov · 10 years ago
  41. a202924 net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_queue() by Denys Vlasenko · 10 years ago
  42. e3d8ecb netns: return RTM_NEWNSID instead of RTM_GETNSID on a get by Nicolas Dichtel · 10 years ago
  43. 7889cbe switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flag by Scott Feldman · 10 years ago
  44. f8e20a9 switchdev: convert parent_id_get to switchdev attr get by Scott Feldman · 10 years ago
  45. ebb9a03 switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/ by Jiri Pirko · 10 years ago
  46. 181edb2 net: Add skb_free_frag to replace use of put_page in freeing skb->head by Alexander Duyck · 10 years ago
  47. b63ae8c mm/net: Rename and move page fragment handling from net/ to mm/ by Alexander Duyck · 10 years ago
  48. 0e39250 net: Store virtual address instead of page in netdev_alloc_cache by Alexander Duyck · 10 years ago
  49. 9451980 net: Use cached copy of pfmemalloc to avoid accessing page by Alexander Duyck · 10 years ago
  50. d2788d3 net: sched: further simplify handle_ing by Daniel Borkmann · 10 years ago
  51. c9e99fd net: sched: consolidate handle_ing and ing_filter by Daniel Borkmann · 10 years ago
  52. affb979 net: kill sk_change_net and sk_release_kernel by Eric W. Biederman · 10 years ago
  53. 26abe14 net: Modify sk_alloc to not reference count the netns of kernel sockets. by Eric W. Biederman · 10 years ago
  54. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 10 years ago
  55. 62f64ae pktgen: introduce xmit_mode '<start_xmit|netif_receive>' by Alexei Starovoitov · 10 years ago
  56. f1f00d8ff pktgen: adjust flag NO_TIMESTAMP to be more pktgen compliant by Jesper Dangaard Brouer · 10 years ago
  57. 59324cf netlink: allow to listen "all" netns by Nicolas Dichtel · 10 years ago
  58. 95f3841 netns: use a spin_lock to protect nsid management by Nicolas Dichtel · 10 years ago
  59. 3138dbf netns: notify new nsid outside __peernet2id() by Nicolas Dichtel · 10 years ago
  60. 7a0877d netns: rename peernet2id() to peernet2id_alloc() by Nicolas Dichtel · 10 years ago
  61. cab3c8e netns: always provide the id to rtnl_net_fill() by Nicolas Dichtel · 10 years ago
  62. 109582af netns: returns always an id in __peernet2id() by Nicolas Dichtel · 10 years ago
  63. 790ba45 tcp: set SOCK_NOSPACE under memory pressure by Jason Baron · 10 years ago
  64. ac67eb2 seccomp, filter: add and use bpf_prog_create_from_user from seccomp by Daniel Borkmann · 10 years ago
  65. 658da93 net: filter: add __GFP_NOWARN flag for larger kmem allocs by Daniel Borkmann · 10 years ago
  66. d9e12f4 seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filter by Nicolas Schichan · 10 years ago
  67. 4ae92bc net: filter: add a callback to allow classic post-verifier transformations by Nicolas Schichan · 10 years ago
  68. fcba67c net: fix two sparse warnings introduced by IGMP/MLD parsing exports by Linus Lüssing · 10 years ago
  69. d66bf7d net: core: Correct an over-stringent device loop detection. by Vlad Yasevich · 10 years ago
  70. 9afd85c net: Export IGMP/MLD message validation code by Linus Lüssing · 10 years ago
  71. c19ae86 tc: remove unused redirect ttl by Jamal Hadi Salim · 10 years ago
  72. 2e70aed Revert "net: kernel socket should be released in init_net namespace" by Herbert Xu · 10 years ago
  73. 2f59e1e net: Add flow_keys digest by Tom Herbert · 10 years ago
  74. 50fb799 net: Add skb_get_hash_perturb by Tom Herbert · 10 years ago
  75. 087c1a6 net: sched: run ingress qdisc without locks by Alexei Starovoitov · 10 years ago
  76. 46c264d bridge/nl: remove wrong use of NLM_F_MULTI by Nicolas Dichtel · 10 years ago
  77. a31196b net: rfs: fix crash in get_rps_cpus() by Eric Dumazet · 10 years ago
  78. 2ea2f62 net: fix crash in build_skb() by Eric Dumazet · 10 years ago
  79. 79930f5 net: do not deplete pfmemalloc reserve by Eric Dumazet · 10 years ago
  80. 8b86a61 net: remove unused 'dev' argument from netif_needs_gso() by Johannes Berg · 10 years ago
  81. 213dd74 skbuff: Do not scrub skb mark within the same name space by Herbert Xu · 10 years ago
  82. 4c0ee41 Revert "net: Reset secmark when scrubbing packet" by Herbert Xu · 10 years ago
  83. a166151 bpf: fix bpf helpers to use skb->mac_header relative offsets by Alexei Starovoitov · 10 years ago
  84. 5a950ad netns: remove duplicated include from net_namespace.c by Wei Yongjun · 10 years ago
  85. 6e8a9d9 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 10 years ago
  86. 4577139 net: use jump label patching for ingress qdisc in __netif_receive_skb_core by Daniel Borkmann · 10 years ago
  87. e60a9de Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 10 years ago
  88. 52db70d tcp: do not cache align timewait sockets by Eric Dumazet · 10 years ago
  89. 01e97e6 new helper: msg_data_left() by Al Viro · 10 years ago
  90. 01a3d79 if_link: Add an additional parameter to ifla_vf_info for RSS querying by Vlad Zolotarov · 10 years ago
  91. 78ebb0d rtnetlink: Mark name argument of rtnl_create_link() const by Thomas Graf · 10 years ago
  92. 1e53d5b net: Pass VLAN ID to rtnl_fdb_notify. by Hubert Sokolowski · 10 years ago
  93. 8bc0034 net: remove extra newlines by Sheng Yong · 10 years ago
  94. a143c40 netns: allow to dump netns ids by Nicolas Dichtel · 10 years ago
  95. 9a96345 netns: notify netns id events by Nicolas Dichtel · 10 years ago
  96. b111e4e netns: minor cleanup in rtnl_net_getid() by Nicolas Dichtel · 10 years ago
  97. 7026b1d netfilter: Pass socket pointer down through okfn(). by David Miller · 10 years ago
  98. c85d697 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  99. 91bc4822 tc: bpf: add checksum helpers by Alexei Starovoitov · 10 years ago
  100. f60e599 ipv6: protect skb->sk accesses from recursive dereference inside the stack by hannes@stressinduktion.org · 10 years ago