summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: map basechain priority to hardware priorityPablo Neira Ayuso2019-08-181-0/+2
* net: sched: use major priority number as hardware priorityPablo Neira Ayuso2019-08-181-1/+1
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-08-171-0/+1
|\
| * Bluetooth: Add debug setting for changing minimum encryption key sizeMarcel Holtmann2019-08-171-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-08-151-2/+7
|\ \
| * | netfilter: nf_tables: use-after-free in failing rule with bound setPablo Neira Ayuso2019-08-091-2/+7
* | | netlink: Fix nlmsg_parse as a wrapper for strict message parsingDavid Ahern2019-08-141-3/+2Star
| |/ |/|
* | sock: make cookie generation global instead of per netnsDaniel Borkmann2019-08-091-1/+0Star
* | net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-091-1/+9
* | inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault2019-08-091-1/+1
* | net: sched: sample: allow accessing psample_group with rtnlVlad Buslov2019-08-061-1/+1
* | net: sched: police: allow accessing police->params with rtnlVlad Buslov2019-08-061-2/+2
* | net/tls: partially revert fix transition through disconnect with closeJakub Kicinski2019-08-051-2/+0Star
|/
* Merge tag 'mac80211-for-davem-2019-07-31' of git://git.kernel.org/pub/scm/lin...David S. Miller2019-07-311-0/+15
|\
| * {nl,mac}80211: fix interface combinations on crypto controlled devicesManikanta Pubbisetty2019-07-261-0/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-262-4/+14
|\ \ | |/ |/|
| * bpf: sockmap/tls, close can race with map freeJohn Fastabend2019-07-221-0/+3
| * net/tls: fix transition through disconnect with closeJohn Fastabend2019-07-221-1/+4
| * net/tls: remove sock unlock/lock around strp_done()John Fastabend2019-07-221-3/+4
| * net/tls: remove close callback sock unlock/lock around TX work flushJohn Fastabend2019-07-221-0/+2
| * net/tls: don't arm strparser immediately in tls_set_sw_offload()Jakub Kicinski2019-07-221-0/+1
* | tcp: be more careful in tcp_fragment()Eric Dumazet2019-07-221-0/+5
* | nl80211: fix VENDOR_CMD_RAW_DATAJohannes Berg2019-07-201-1/+1
* | net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2019-07-203-4/+15
* | net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-203-13/+15
* | net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso2019-07-201-2/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-07-202-3/+10
|\ \ | |/ |/|
| * netfilter: synproxy: fix erroneous tcp mss optionFernando Fernandez Mancera2019-07-161-0/+1
| * netfilter: nf_conntrack_sip: fix expectation clashxiao ruizhu2019-07-161-3/+9
* | tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet2019-07-191-1/+2
|/
* net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd()Vlad Buslov2019-07-131-0/+10
* net: fib_rules: do not flow dissect local packetsPetar Penkov2019-07-111-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-1161-350/+1634
|\
| * netfilter: nf_tables: add hardware offload supportPablo Neira Ayuso2019-07-092-0/+90
| * net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso2019-07-092-35/+35
| * net: flow_offload: add flow_block_cb_is_busy() and use itPablo Neira Ayuso2019-07-091-0/+3
| * net: sched: remove tcf block APIPablo Neira Ayuso2019-07-091-69/+0Star
| * drivers: net: use flow block APIPablo Neira Ayuso2019-07-092-4/+1Star
| * net: flow_offload: add flow_block_cb_{priv, incref, decref}()Pablo Neira Ayuso2019-07-091-0/+4
| * net: flow_offload: add list handling functionsPablo Neira Ayuso2019-07-091-0/+19
| * net: flow_offload: add flow_block_cb_alloc() and flow_block_cb_free()Pablo Neira Ayuso2019-07-091-0/+14
| * net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso2019-07-092-5/+4Star
| * net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso2019-07-092-3/+2Star
| * net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso2019-07-092-17/+30
| * net/flow_dissector: add connection tracking dissectionPaul Blakey2019-07-091-0/+15
| * net/sched: Introduce action ctPaul Blakey2019-07-092-0/+68
| * devlink: Introduce PCI VF port flavour and port attributeParav Pandit2019-07-091-0/+10
| * devlink: Introduce PCI PF port flavour and port attributeParav Pandit2019-07-091-0/+8
| * devlink: Refactor physical port attributesParav Pandit2019-07-091-2/+11
| * net/tls: don't clear TX resync flag on errorDirk van der Merwe2019-07-091-3/+3