summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* 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-252-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-211-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-193-4/+15
* | net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-193-13/+15
* | net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso2019-07-191-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-07-192-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-181-1/+2
|/
* net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd()Vlad Buslov2019-07-121-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/+0
| * drivers: net: use flow block APIPablo Neira Ayuso2019-07-092-4/+1
| * 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/+4
| * net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso2019-07-092-3/+2
| * 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-081-3/+3
| * sctp: rename sp strm_interleave to ep intl_enableXin Long2019-07-081-1/+1
| * sctp: rename asoc intl_enable to asoc peer.intl_capableXin Long2019-07-081-16/+17
| * sctp: remove prsctp_enable from asocXin Long2019-07-081-2/+1
| * sctp: remove reconf_enable from asocXin Long2019-07-081-2/+1
| * net: sched: add mpls manipulation actions to TCJohn Hurley2019-07-081-0/+30
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-085-5/+16
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-031-0/+5
| | |\
| | | * xdp: fix hang while unregistering device bound to xdp socketIlya Maximets2019-07-031-0/+5
| | * | net/tls: make sure offload also gets the keys wipedJakub Kicinski2019-07-011-0/+1
| | * | net:gue.h:Fix shifting signed 32-bit value by 31 bits problemVandana BN2019-07-011-1/+1