Age | Commit message (Expand) | Author |
2019-08-28 | net: sched: act_sample: fix psample group handling on overwrite | Vlad Buslov |
2019-08-27 | net_sched: fix a NULL pointer deref in ipt action | Cong Wang |
2019-08-25 | nexthop: Fix nexthop_num_path for blackhole nexthops | David Ahern |
2019-08-24 | net: route dump netlink NLM_F_MULTI flag missing | John Fastabend |
2019-08-21 | trivial: netns: fix typo in 'struct net.passive' description | Mike Rapoport |
2019-08-19 | ipv6: Fix return value of ipv6_mc_may_pull() for malformed packets | Stefano Brivio |
2019-08-18 | netfilter: nf_tables: map basechain priority to hardware priority | Pablo Neira Ayuso |
2019-08-18 | net: sched: use major priority number as hardware priority | Pablo Neira Ayuso |
2019-08-17 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller |
2019-08-17 | Bluetooth: Add debug setting for changing minimum encryption key size | Marcel Holtmann |
2019-08-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2019-08-13 | netlink: Fix nlmsg_parse as a wrapper for strict message parsing | David Ahern |
2019-08-09 | sock: make cookie generation global instead of per netns | Daniel Borkmann |
2019-08-09 | netfilter: nf_tables: use-after-free in failing rule with bound set | Pablo Neira Ayuso |
2019-08-08 | net/tls: prevent skb_orphan() from leaking TLS plain text with offload | Jakub Kicinski |
2019-08-08 | inet: frags: re-introduce skb coalescing for local delivery | Guillaume Nault |
2019-08-06 | net: sched: sample: allow accessing psample_group with rtnl | Vlad Buslov |
2019-08-06 | net: sched: police: allow accessing police->params with rtnl | Vlad Buslov |
2019-08-05 | net/tls: partially revert fix transition through disconnect with close | Jakub Kicinski |
2019-07-31 | Merge tag 'mac80211-for-davem-2019-07-31' of git://git.kernel.org/pub/scm/lin... | David S. Miller |
2019-07-26 | {nl,mac}80211: fix interface combinations on crypto controlled devices | Manikanta Pubbisetty |
2019-07-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2019-07-22 | bpf: sockmap/tls, close can race with map free | John Fastabend |
2019-07-22 | net/tls: fix transition through disconnect with close | John Fastabend |
2019-07-22 | net/tls: remove sock unlock/lock around strp_done() | John Fastabend |
2019-07-22 | net/tls: remove close callback sock unlock/lock around TX work flush | John Fastabend |
2019-07-22 | net/tls: don't arm strparser immediately in tls_set_sw_offload() | Jakub Kicinski |
2019-07-21 | tcp: be more careful in tcp_fragment() | Eric Dumazet |
2019-07-20 | nl80211: fix VENDOR_CMD_RAW_DATA | Johannes Berg |
2019-07-19 | net: flow_offload: add flow_block structure and use it | Pablo Neira Ayuso |
2019-07-19 | net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_t | Pablo Neira Ayuso |
2019-07-19 | net: flow_offload: remove netns parameter from flow_block_cb_alloc() | Pablo Neira Ayuso |
2019-07-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2019-07-18 | tcp: fix tcp_set_congestion_control() use from bpf hook | Eric Dumazet |
2019-07-16 | netfilter: synproxy: fix erroneous tcp mss option | Fernando Fernandez Mancera |
2019-07-16 | netfilter: nf_conntrack_sip: fix expectation clash | xiao ruizhu |
2019-07-12 | net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd() | Vlad Buslov |
2019-07-11 | net: fib_rules: do not flow dissect local packets | Petar Penkov |
2019-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2019-07-09 | netfilter: nf_tables: add hardware offload support | Pablo Neira Ayuso |
2019-07-09 | net: flow_offload: rename tc_cls_flower_offload to flow_cls_offload | Pablo Neira Ayuso |
2019-07-09 | net: flow_offload: add flow_block_cb_is_busy() and use it | Pablo Neira Ayuso |
2019-07-09 | net: sched: remove tcf block API | Pablo Neira Ayuso |
2019-07-09 | drivers: net: use flow block API | Pablo Neira Ayuso |
2019-07-09 | net: flow_offload: add flow_block_cb_{priv, incref, decref}() | Pablo Neira Ayuso |
2019-07-09 | net: flow_offload: add list handling functions | Pablo Neira Ayuso |
2019-07-09 | net: flow_offload: add flow_block_cb_alloc() and flow_block_cb_free() | Pablo Neira Ayuso |
2019-07-09 | net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_* | Pablo Neira Ayuso |
2019-07-09 | net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BIND | Pablo Neira Ayuso |
2019-07-09 | net: flow_offload: add flow_block_cb_setup_simple() | Pablo Neira Ayuso |