summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-07-10netfilter: nf_tables: add hardware offload supportPablo Neira Ayuso7-7/+599
2019-07-10net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso1-12/+12
2019-07-10net: flow_offload: add flow_block_cb_is_busy() and use itPablo Neira Ayuso2-0/+21
2019-07-10net: sched: remove tcf block APIPablo Neira Ayuso1-98/+0
2019-07-10drivers: net: use flow block APIPablo Neira Ayuso3-14/+42
2019-07-10net: sched: use flow block APIPablo Neira Ayuso1-1/+87
2019-07-10net: flow_offload: add flow_block_cb_{priv, incref, decref}()Pablo Neira Ayuso1-0/+18
2019-07-10net: flow_offload: add list handling functionsPablo Neira Ayuso2-0/+20
2019-07-10net: flow_offload: add flow_block_cb_alloc() and flow_block_cb_free()Pablo Neira Ayuso1-0/+28
2019-07-10net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso4-13/+13
2019-07-10net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso3-15/+15
2019-07-10net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso1-0/+25
2019-07-09net/sched: cls_flower: Add matching on conntrack infoPaul Blakey1-5/+122
2019-07-09net/flow_dissector: add connection tracking dissectionPaul Blakey1-0/+44
2019-07-09net/sched: Introduce action ctPaul Blakey4-0/+1001
2019-07-09devlink: Introduce PCI VF port flavour and port attributeParav Pandit1-0/+38
2019-07-09devlink: Introduce PCI PF port flavour and port attributeParav Pandit1-0/+34
2019-07-09devlink: Return physical port fields only for applicable port flavoursParav Pandit1-0/+4
2019-07-09devlink: Refactor physical port attributesParav Pandit1-20/+38
2019-07-09net/tls: fix socket wmem accounting on fallback with netemJakub Kicinski1-0/+4
2019-07-09net/tls: add missing prot info initJakub Kicinski1-0/+2
2019-07-09net/tls: don't clear TX resync flag on errorDirk van der Merwe1-2/+6
2019-07-09sctp: remove rcu_read_lock from sctp_bind_addr_stateXin Long1-9/+4
2019-07-09sctp: rename sp strm_interleave to ep intl_enableXin Long2-6/+6
2019-07-09sctp: rename asoc intl_enable to asoc peer.intl_capableXin Long4-6/+6
2019-07-09sctp: remove prsctp_enable from asocXin Long3-6/+5
2019-07-09sctp: remove reconf_enable from asocXin Long3-9/+4
2019-07-09net: sched: add mpls manipulation actions to TCJohn Hurley4-0/+448
2019-07-09net: core: add MPLS update core helper and use in OvSJohn Hurley2-10/+36
2019-07-09net: core: move pop MPLS functionality from OvS to core helperJohn Hurley2-35/+44
2019-07-09net: core: move push MPLS functionality from OvS to core helperJohn Hurley2-27/+68
2019-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller49-286/+377
2019-07-09skbuff: increase verbosity when dumping skb dataWillem de Bruijn2-12/+103
2019-07-09ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn7-13/+32
2019-07-09tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch1-0/+2
2019-07-09coallocate socket_wq with socket itselfAl Viro2-15/+6
2019-07-09sockfs: switch to ->free_inode()Al Viro1-3/+3
2019-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-17/+36
2019-07-09xdp: fix race on generic receive pathIlya Maximets1-9/+22
2019-07-09ipv6: Support multipath hashing on inner IP pktsStephen Suryaputra1-0/+36
2019-07-09ipv4: Multipath hashing on inner L3 needs to consider inner IPv6 pktsStephen Suryaputra1-4/+17
2019-07-09net: openvswitch: use netif_ovs_is_port() instead of opencodeTaehee Yoo2-4/+4
2019-07-09vsock/virtio: fix flush of works during the .remove()Stefano Garzarella1-6/+9
2019-07-09vsock/virtio: stop workers during the .remove()Stefano Garzarella1-1/+50
2019-07-09vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockStefano Garzarella1-24/+46
2019-07-09net: core: page_pool: add user refcnt and reintroduce page_pool_destroyIvan Khoronzhuk2-0/+11
2019-07-08nfc: fix potential illegal memory accessYang Wei1-1/+1
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller18-81/+668
2019-07-08bpf: allow wide (u64) aligned stores for some fields of bpf_sock_addrStanislav Fomichev1-8/+14
2019-07-08net: bpfilter: print umh messages to /dev/kmsgGary Lin1-1/+1