summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| * sctp: rename sp strm_interleave to ep intl_enableXin Long2019-07-091-1/+1
| * sctp: rename asoc intl_enable to asoc peer.intl_capableXin Long2019-07-091-16/+17
| * sctp: remove prsctp_enable from asocXin Long2019-07-091-2/+1Star
| * sctp: remove reconf_enable from asocXin Long2019-07-091-2/+1Star
| * net: sched: add mpls manipulation actions to TCJohn Hurley2019-07-091-0/+30
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-095-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-021-0/+1
| | * | net:gue.h:Fix shifting signed 32-bit value by 31 bits problemVandana BN2019-07-011-1/+1
| | * | net: dst.h: Fix shifting signed 32-bit value by 31 bits problemVandana BN2019-07-011-1/+1
| | * | net: make skb_dst_force return true when dst is refcountedFlorian Westphal2019-06-291-1/+4
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-06-281-2/+4
| | |\ \
| | | * | ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov2019-06-251-2/+4
| * | | | ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn2019-07-091-1/+13
| * | | | coallocate socket_wq with socket itselfAl Viro2019-07-091-2/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-07-092-3/+3
| |\ \ \ \
| | * | | | xdp: fix race on generic receive pathIlya Maximets2019-07-091-0/+2
| | * | | | bpf: avoid unused variable warning in tcp_bpf_rtt()Arnd Bergmann2019-07-081-3/+1Star
| * | | | | net: core: page_pool: add user refcnt and reintroduce page_pool_destroyIvan Khoronzhuk2019-07-081-0/+25
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-07-084-2/+51
| |\ \ \ \ \