1. c46646d sched, bpf: add helper for retrieving routing realms by Daniel Borkmann · 9 years ago
  2. ca6fb06 tcp: attach SYNACK messages to request sockets instead of listener by Eric Dumazet · 9 years ago
  3. 4963ed4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  4. d8aecb1 net: revert "net_sched: move tp->root allocation into fw_init()" by WANG Cong · 9 years ago
  5. 5cf8ca0 cls_bpf: further limit exec opcodes subset by Daniel Borkmann · 9 years ago
  6. ef146fa cls_bpf: make binding to classid optional by Daniel Borkmann · 9 years ago
  7. bf007d1 cls_bpf: also dump TCA_BPF_FLAGS by Daniel Borkmann · 9 years ago
  8. a31f1ad netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tuple by Eric W. Biederman · 9 years ago
  9. a4ffe31 act_connmark: Remember the struct net instead of guessing it. by Eric W. Biederman · 9 years ago
  10. 156c196 netfilter: x_tables: Pass struct net in xt_action_param by Eric W. Biederman · 9 years ago
  11. 47bbbb3 sch_dsmark: improve memory locality by Eric Dumazet · 9 years ago
  12. 27b29f6 bpf: add bpf_redirect() helper by Alexei Starovoitov · 9 years ago
  13. 045efa8 cls_bpf: introduce integrated actions by Daniel Borkmann · 9 years ago
  14. cd79a23 flow_dissector: Add flags argument to skb_flow_dissector functions by Tom Herbert · 10 years ago
  15. c1b3b19 net: sched: don't break line in tc_classify loop notification by Daniel Borkmann · 10 years ago
  16. 0d36938 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  17. 3e692f2 net: sched: simplify attach_one_default_qdisc() by Phil Sutter · 10 years ago
  18. d66d6c3 net: sched: register noqueue qdisc by Phil Sutter · 10 years ago
  19. db4094b net: sched: ignore tx_queue_len when assigning default qdisc by Phil Sutter · 10 years ago
  20. 3b3ae88 net: sched: consolidate tc_classify{,_compat} by Daniel Borkmann · 10 years ago
  21. cff8245 net_sched: act_bpf: remove spinlock in fast path by Alexei Starovoitov · 10 years ago
  22. 9e528d8 net_sched: convert rsvp to call tcf_exts_destroy from rcu callback by Alexei Starovoitov · 10 years ago
  23. ed7aa87 net_sched: convert tcindex to call tcf_exts_destroy from rcu callback by Alexei Starovoitov · 10 years ago
  24. faa54be net_sched: act_bpf: remove unnecessary copy by Alexei Starovoitov · 10 years ago
  25. 3c64562 net_sched: make tcf_hash_destroy() static by Alexei Starovoitov · 10 years ago
  26. a6c1aea cls_u32: complete the check for non-forced case in u32_destroy() by WANG Cong · 10 years ago
  27. 81bf1c6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 10 years ago
  28. 348e343 net: sched: drop all special handling of tx_queue_len == 0 by Phil Sutter · 10 years ago
  29. 4b048d6 net: Change pseudohdr argument of inet_proto_csum_replace* to be a bool by Tom Herbert · 10 years ago
  30. deedb59 netfilter: nf_conntrack: add direction support for zones by Daniel Borkmann · 10 years ago
  31. 4b46995 net: sch_generic: react upon IFF_NO_QUEUE flag by Phil Sutter · 10 years ago
  32. 182ad46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  33. 308ac91 netfilter: nf_conntrack: push zone object into functions by Daniel Borkmann · 10 years ago
  34. a5c90b2 act_bpf: properly support late binding of bpf action to a classifier by Daniel Borkmann · 10 years ago
  35. 636dba8 act_mirred: avoid calling tcf_hash_release() when binding by WANG Cong · 10 years ago
  36. 3d0e0af fq_codel: explicitly reset flows in ->reset() by Eric Dumazet · 10 years ago
  37. 5510b3c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  38. 5175f710 act_pedit: check binding before calling tcf_hash_release() by WANG Cong · 10 years ago
  39. 28e6b67 net: sched: fix refcount imbalance in actions by Daniel Borkmann · 10 years ago
  40. f4eaed2 act_bpf: fix memory leaks when replacing bpf programs by Daniel Borkmann · 10 years ago
  41. 77e62da sch_choke: drop all packets in queue during reset by WANG Cong · 10 years ago
  42. fe6bea7 sch_plug: purge buffered packets during reset by WANG Cong · 10 years ago
  43. c5e40ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  44. 32b2f4b sched: cls_flow: fix panic on filter replace by Daniel Borkmann · 10 years ago
  45. ff3532f sched: cls_flower: fix panic on filter replace by Daniel Borkmann · 10 years ago
  46. f6bfc46 sched: cls_bpf: fix panic on filter replace by Daniel Borkmann · 10 years ago
  47. b87a173 cls_cgroup: factor out classid retrieval by Daniel Borkmann · 10 years ago
  48. ddf06c1 tc: act_bpf: fix memory leak by Alexei Starovoitov · 10 years ago
  49. c0afd9c fq_codel: fix return value of fq_codel_drop() by WANG Cong · 10 years ago
  50. e8d092a net_sched: fix a use-after-free in sfq by WANG Cong · 10 years ago
  51. 40bdc53 pkt_sched: sch_qfq: remove unused member of struct qfq_sched by Andrea Parri · 10 years ago
  52. 052cbda fq_codel: fix a use-after-free by WANG Cong · 10 years ago
  53. 2ee22a9 net_sched: act_mirred: remove spinlock in fast path by Eric Dumazet · 10 years ago
  54. 56e5d1c net_sched: act_gact: remove spinlock in fast path by Eric Dumazet · 10 years ago
  55. 8f2ae965b net_sched: act_gact: read tcfg_ptype once by Eric Dumazet · 10 years ago
  56. cc6510a net_sched: act_gact: use a separate packet counters for gact_determ() by Eric Dumazet · 10 years ago
  57. cef5ecf net_sched: act_gact: make tcfg_pval non zero by Eric Dumazet · 10 years ago
  58. 519c818 net: sched: add percpu stats to actions by Eric Dumazet · 10 years ago
  59. b175c3a net: sched: flower fix typo by Jamal Hadi Salim · 10 years ago
  60. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  61. 43224b9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  62. a55e1c5 pkt_sched: sch_qfq: remove redundant -if- control statement by Andrea Parri · 10 years ago
  63. 17cebfd net: sched: Simplify em_ipset_match by Eric W. Biederman · 10 years ago
  64. 3431205 bpf: make programs see skb->data == L2 for ingress and egress by Alexei Starovoitov · 10 years ago
  65. c3f8324 net: Add full IPv6 addresses to flow_keys by Tom Herbert · 10 years ago
  66. 42aecaa net: Get skb hash over flow_keys structure by Tom Herbert · 10 years ago
  67. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  68. 86e363d net_sched: invoke ->attach() after setting dev->qdisc by WANG Cong · 10 years ago
  69. 36583eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  70. c78e174 net: sched: fix call_rcu() race on classifier module unloads by Daniel Borkmann · 10 years ago
  71. c3b5d3c Merge branch 'linus' into timers/core by Thomas Gleixner · 10 years ago
  72. dd3aa3b cls_flower: Fix compile error by Brian Haley · 10 years ago
  73. 1cf51900 net: add CONFIG_NET_INGRESS to enable ingress filtering by Pablo Neira · 10 years ago
  74. 77b9900 tc: introduce Flower classifier by Jiri Pirko · 10 years ago
  75. 59346af flow_dissector: change port array into src, dst tuple by Jiri Pirko · 10 years ago
  76. 06635a3 flow_dissect: use programable dissector in skb_flow_dissect and friends by Jiri Pirko · 10 years ago
  77. 1bd758e net: change name of flow_dissector header to match the .c file name by Jiri Pirko · 10 years ago
  78. e578d9c net: sched: use counter to break reclassify loops by Florian Westphal · 10 years ago
  79. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  80. a3eb95f net_sched: gred: add TCA_GRED_LIMIT attribute by David Ward · 10 years ago
  81. b396cca net: sched: deprecate enqueue_root() by Eric Dumazet · 10 years ago
  82. 145a42b net_sched: gred: use correct backlog value in WRED mode by David Ward · 10 years ago
  83. d2788d3 net: sched: further simplify handle_ing by Daniel Borkmann · 10 years ago
  84. 80ba92f codel: add ce_threshold attribute by Eric Dumazet · 10 years ago
  85. d744318 net_sched: fix a use-after-free in tc_ctl_tfilter() by WANG Cong · 10 years ago
  86. 2e99403 sch_choke: Use flow_keys_digest by Tom Herbert · 10 years ago
  87. ada1dba sched: Call skb_get_hash_perturb in sch_sfq by Tom Herbert · 10 years ago
  88. 63c0ad4 sched: Call skb_get_hash_perturb in sch_sfb by Tom Herbert · 10 years ago
  89. f969777 sched: Call skb_get_hash_perturb in sch_hhf by Tom Herbert · 10 years ago
  90. 342db22 sched: Call skb_get_hash_perturb in sch_fq_codel by Tom Herbert · 10 years ago
  91. 087c1a6 net: sched: run ingress qdisc without locks by Alexei Starovoitov · 10 years ago
  92. a5d2809 codel: fix maxpacket/mtu confusion by Eric Dumazet · 10 years ago
  93. 4749c3ef net: sched: remove TC_MUNGED bits by Florian Westphal · 10 years ago
  94. 2b70fe5 net: sched: act_connmark: don't zap skb->nfct by Florian Westphal · 10 years ago
  95. 1e31768 net: sched: Use hrtimer_resolution instead of hrtimer_get_res() by Thomas Gleixner · 10 years ago
  96. f40ae91 act_mirred: Fix bogus header when redirecting from VLAN by Herbert Xu · 10 years ago
  97. a166151 bpf: fix bpf helpers to use skb->mac_header relative offsets by Alexei Starovoitov · 10 years ago
  98. 87ffabb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  99. 4577139 net: use jump label patching for ingress qdisc in __netif_receive_skb_core by Daniel Borkmann · 10 years ago
  100. 0ad2a83 netem: Fixes byte backlog accounting for the first of two chained netem instances by Beshay, Joseph · 10 years ago