summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-07-131-1/+1
|\
| * init/Kconfig: add CONFIG_CC_CAN_LINKMasahiro Yamada2019-07-071-1/+1
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-123-88/+16Star
|\ \
| * | ceph: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-032-33/+5Star
| * | sunrpc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-031-55/+11Star
| * | 6lowpan: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-213-89/+32Star
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-121-1/+1
|\ \ \
| * | | mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko2019-07-121-1/+1
* | | | Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-121-2/+3
|\ \ \ \ | |/ / / |/| | |
| * | | scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei2019-06-201-2/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-11345-5206/+16460
|\ \ \ \
| * | | | net: dsa: add support for BRIDGE_MROUTER attributeVivien Didelot2019-07-093-0/+17
| * | | | netfilter: nf_tables: add hardware offload supportPablo Neira Ayuso2019-07-097-7/+599
| * | | | net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso2019-07-091-12/+12
| * | | | net: flow_offload: add flow_block_cb_is_busy() and use itPablo Neira Ayuso2019-07-092-0/+21
| * | | | net: sched: remove tcf block APIPablo Neira Ayuso2019-07-091-98/+0Star
| * | | | drivers: net: use flow block APIPablo Neira Ayuso2019-07-093-14/+42
| * | | | net: sched: use flow block APIPablo Neira Ayuso2019-07-091-1/+87
| * | | | net: flow_offload: add flow_block_cb_{priv, incref, decref}()Pablo Neira Ayuso2019-07-091-0/+18
| * | | | net: flow_offload: add list handling functionsPablo Neira Ayuso2019-07-092-0/+20
| * | | | net: flow_offload: add flow_block_cb_alloc() and flow_block_cb_free()Pablo Neira Ayuso2019-07-091-0/+28
| * | | | net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso2019-07-094-13/+13
| * | | | net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso2019-07-093-15/+15
| * | | | net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso2019-07-091-0/+25
| * | | | net/sched: cls_flower: Add matching on conntrack infoPaul Blakey2019-07-091-5/+122
| * | | | net/flow_dissector: add connection tracking dissectionPaul Blakey2019-07-091-0/+44
| * | | | net/sched: Introduce action ctPaul Blakey2019-07-094-0/+1001
| * | | | devlink: Introduce PCI VF port flavour and port attributeParav Pandit2019-07-091-0/+38
| * | | | devlink: Introduce PCI PF port flavour and port attributeParav Pandit2019-07-091-0/+34
| * | | | devlink: Return physical port fields only for applicable port flavoursParav Pandit2019-07-091-0/+4
| * | | | devlink: Refactor physical port attributesParav Pandit2019-07-091-20/+38
| * | | | net/tls: fix socket wmem accounting on fallback with netemJakub Kicinski2019-07-091-0/+4
| * | | | net/tls: add missing prot info initJakub Kicinski2019-07-091-0/+2
| * | | | net/tls: don't clear TX resync flag on errorDirk van der Merwe2019-07-091-2/+6
| * | | | sctp: remove rcu_read_lock from sctp_bind_addr_stateXin Long2019-07-091-9/+4Star
| * | | | sctp: rename sp strm_interleave to ep intl_enableXin Long2019-07-092-6/+6
| * | | | sctp: rename asoc intl_enable to asoc peer.intl_capableXin Long2019-07-094-6/+6
| * | | | sctp: remove prsctp_enable from asocXin Long2019-07-093-6/+5Star
| * | | | sctp: remove reconf_enable from asocXin Long2019-07-093-9/+4Star
| * | | | net: sched: add mpls manipulation actions to TCJohn Hurley2019-07-094-0/+448
| * | | | net: core: add MPLS update core helper and use in OvSJohn Hurley2019-07-092-10/+36
| * | | | net: core: move pop MPLS functionality from OvS to core helperJohn Hurley2019-07-092-35/+44
| * | | | net: core: move push MPLS functionality from OvS to core helperJohn Hurley2019-07-092-27/+68
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-0949-286/+377
| |\ \ \ \
| | * | | | tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch2019-07-091-0/+2
| | * | | | nfc: fix potential illegal memory accessYang Wei2019-07-081-1/+1
| | * | | | net: bpfilter: print umh messages to /dev/kmsgGary Lin2019-07-081-1/+1
| | * | | | net/tls: fix poll ignoring partially copied recordsJakub Kicinski2019-07-071-1/+2
| | * | | | ipv4: Fix NULL pointer dereference in ipv4_neigh_lookup()Ido Schimmel2019-07-061-1/+1
| | * | | | hsr: fix a NULL pointer deref in hsr_dev_xmit()Cong Wang2019-07-061-3/+7