aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds345-5206/+16460
2019-07-10Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-2/+1
2019-07-10Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+4
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs"Linus Torvalds5-40/+14
2019-07-09net: dsa: add support for BRIDGE_MROUTER attributeVivien Didelot3-0/+17
2019-07-09netfilter: nf_tables: add hardware offload supportPablo Neira Ayuso7-7/+599
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso1-12/+12
2019-07-09net: flow_offload: add flow_block_cb_is_busy() and use itPablo Neira Ayuso2-0/+21
2019-07-09net: sched: remove tcf block APIPablo Neira Ayuso1-98/+0
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso3-14/+42
2019-07-09net: sched: use flow block APIPablo Neira Ayuso1-1/+87
2019-07-09net: flow_offload: add flow_block_cb_{priv, incref, decref}()Pablo Neira Ayuso1-0/+18
2019-07-09net: flow_offload: add list handling functionsPablo Neira Ayuso2-0/+20
2019-07-09net: flow_offload: add flow_block_cb_alloc() and flow_block_cb_free()Pablo Neira Ayuso1-0/+28
2019-07-09net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso4-13/+13
2019-07-09net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso3-15/+15
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso1-0/+25
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds5-12/+12
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-09Merge tag 'leds-for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds1-1/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds14-129/+62
2019-07-08net/tls: fix socket wmem accounting on fallback with netemJakub Kicinski1-0/+4
2019-07-08net/tls: add missing prot info initJakub Kicinski1-0/+2
2019-07-08net/tls: don't clear TX resync flag on errorDirk van der Merwe1-2/+6
2019-07-08sctp: remove rcu_read_lock from sctp_bind_addr_stateXin Long1-9/+4
2019-07-08sctp: rename sp strm_interleave to ep intl_enableXin Long2-6/+6
2019-07-08sctp: rename asoc intl_enable to asoc peer.intl_capableXin Long4-6/+6
2019-07-08sctp: remove prsctp_enable from asocXin Long3-6/+5
2019-07-08sctp: remove reconf_enable from asocXin Long3-9/+4
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds5-14/+40
2019-07-08net: sched: add mpls manipulation actions to TCJohn Hurley4-0/+448
2019-07-08net: core: add MPLS update core helper and use in OvSJohn Hurley2-10/+36
2019-07-08net: core: move pop MPLS functionality from OvS to core helperJohn Hurley2-35/+44
2019-07-08net: core: move push MPLS functionality from OvS to core helperJohn Hurley2-27/+68
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller49-286/+377
2019-07-08skbuff: increase verbosity when dumping skb dataWillem de Bruijn2-12/+103
2019-07-08ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn7-13/+32
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds6-6/+33
2019-07-08tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch1-0/+2
2019-07-08coallocate socket_wq with socket itselfAl Viro2-15/+6
2019-07-08sockfs: switch to ->free_inode()Al Viro1-3/+3
2019-07-08Merge 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