summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/smc: introduce bookkeeping of SMCD link groupsUrsula Braun2019-11-152-0/+7
* net/smc: abnormal termination of SMCD link groupsUrsula Braun2019-11-156-21/+57
* net/smc: immediate termination for SMCD link groupsUrsula Braun2019-11-153-15/+70
* net/smc: fix final cleanup sequence for SMCD devicesUrsula Braun2019-11-154-9/+21
* net/tls: Fix unused function warningYueHaibing2019-11-151-0/+2
* vsock: fix bind() behaviour taking care of CIDStefano Garzarella2019-11-141-2/+8
* vsock: prevent transport modules unloadingStefano Garzarella2019-11-144-4/+21
* vsock/vmci: register vmci_transport only when VMCI guest/host are activeStefano Garzarella2019-11-141-11/+22
* vsock: add multi-transports supportStefano Garzarella2019-11-145-89/+282
* hv_sock: set VMADDR_CID_HOST in the hvs_remote_addr_init()Stefano Garzarella2019-11-141-1/+2
* vsock: move vsock_insert_unbound() in the vsock_create()Stefano Garzarella2019-11-141-4/+9
* vsock: add vsock_create_connected() called by transportsStefano Garzarella2019-11-144-13/+16
* vsock: handle buffer_size sockopts in the coreStefano Garzarella2019-11-146-199/+56
* vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()Stefano Garzarella2019-11-142-9/+7
* vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella2019-11-142-86/+86
* vsock: add 'transport' member in the struct vsock_sockStefano Garzarella2019-11-141-18/+38
* vsock: remove include/linux/vm_sockets.h fileStefano Garzarella2019-11-141-1/+0
* vsock: remove vm_sockets_get_local_cid()Stefano Garzarella2019-11-142-11/+1
* vsock/vmci: remove unused VSOCK_DEFAULT_CONNECT_TIMEOUTStefano Garzarella2019-11-141-5/+0
* Merge tag 'mlx5-updates-2019-11-12' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-11-141-0/+5
|\
| * Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-11-131-0/+5
| |\
| | * devlink: Add new "enable_roce" generic device paramMichael Guralnik2019-11-111-0/+5
* | | net: openvswitch: add hash info to upcallTonghao Zhang2019-11-142-1/+37
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-11-132-23/+2
|\ \
| * | xfrm: ifdef setsockopt(UDP_ENCAP_ESPINUDP/UDP_ENCAP_ESPINUDP_NON_IKE)Alexey Dobriyan2019-10-091-0/+2
| * | xfrm: remove the unnecessary .net_exit for xfrmiXin Long2019-10-011-23/+0
* | | bridge: implement get_link_ksettings ethtool methodMatthias Schiffer2019-11-121-2/+34
* | | net: dsa: Prevent usage of NET_DSA_TAG_8021Q as tagging protocolFlorian Fainelli2019-11-122-10/+1
* | | tipc: update mon's self addr when node addr generatedHoang Le2019-11-123-0/+18
* | | netfilter: nf_flow_table: hardware offload supportPablo Neira Ayuso2019-11-126-3/+794
* | | netfilter: nf_tables: add flowtable offload control planePablo Neira Ayuso2019-11-124-2/+22
* | | netfilter: nf_flow_table: detach routing information from flow descriptionPablo Neira Ayuso2019-11-122-24/+69
* | | netfilter: nf_flowtable: remove flow_offload_entry structurePablo Neira Ayuso2019-11-121-15/+4
* | | netfilter: nf_flow_table: move conntrack object to struct flow_offloadPablo Neira Ayuso2019-11-121-24/+11
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-11-121-5/+14
|\ \ \
| * | | Bluetooth: Fix advertising duplicated flagsLuiz Augusto von Dentz2019-11-041-0/+9
| * | | Bluetooth: Fix not using LE_ADV_NONCONN_IND for instance 0Luiz Augusto von Dentz2019-10-261-4/+4
| * | | Bluetooth: Fix using advertising instance duration as timeoutLuiz Augusto von Dentz2019-10-261-1/+1
* | | | net/sched: actions: remove unused 'order'Davide Caratti2019-11-121-1/+0
* | | | devlink: Allow large formatted message of binary outputAya Levin2019-11-121-9/+15
* | | | tipc: fix update of the uninitialized variable errColin Ian King2019-11-111-1/+1
* | | | lwtunnel: ignore any TUNNEL_OPTIONS_PRESENT flags set by usersXin Long2019-11-111-6/+8
* | | | lwtunnel: get nlsize for erspan options properlyXin Long2019-11-111-1/+7
* | | | lwtunnel: change to use nla_parse_nested on new optionsXin Long2019-11-111-8/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-0925-78/+224
|\ \ \ \
| * | | | vsock/virtio: fix sock refcnt holding during the shutdownStefano Garzarella2019-11-081-3/+5
| * | | | mac80211: fix station inactive_time shortly after bootAhmed Zaki2019-11-081-1/+2
| * | | | mac80211: fix ieee80211_txq_setup_flows() failure pathJohannes Berg2019-11-081-1/+1
| * | | | ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern2019-11-071-1/+1
| * | | | ipv6: fixes rt6_probe() and fib6_nh->last_probe initEric Dumazet2019-11-071-3/+10