aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-20netfilter: nft_payload: add C-VLAN offload supportPablo Neira Ayuso1-0/+16
2019-11-20netfilter: nft_payload: add VLAN offload supportPablo Neira Ayuso1-0/+22
2019-11-20netfilter: nf_tables_offload: allow ethernet interface type onlyPablo Neira Ayuso2-0/+10
2019-11-20lwtunnel: add support for multiple geneve optsXin Long1-36/+75
2019-11-18lwtunnel: change to use nla_put_u8 for LWTUNNEL_IP_OPT_ERSPAN_VERXin Long1-1/+1
2019-11-18page_pool: add destroy attempts counter and rename tracepointJesper Dangaard Brouer1-2/+11
2019-11-18xdp: remove memory poison on free for struct xdp_mem_allocatorJesper Dangaard Brouer1-5/+0
2019-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller15-123/+361
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller14-44/+161
2019-11-16ipmr: Fix skb headroom in ipmr_get_route().Guillaume Nault1-1/+2
2019-11-16net/smc: fix fastopen for non-blocking connect()Ursula Braun1-1/+1
2019-11-16net: core: allow fast GRO for skbs with Ethernet header in headAlexander Lobakin1-2/+1
2019-11-16rds: ib: update WR sizes when bringing up connectionDag Moxnes1-8/+15
2019-11-16page_pool: do not release pool until inflight == 0.Jonathan Lemon2-123/+120
2019-11-16net/smc: remove unused constantUrsula Braun1-2/+0
2019-11-16net/smc: use rcu_barrier() on module unloadUrsula Braun1-0/+2
2019-11-16net/smc: guarantee removal of link groups in rebootUrsula Braun1-1/+15
2019-11-16net/smc: introduce bookkeeping of SMCR link groupsUrsula Braun5-6/+45
2019-11-16net: dsa: tag_8021q: Fix dsa_8021q_restore_pvid for an absent pvidVladimir Oltean1-1/+1
2019-11-16seg6: fix skb transport_header after decap_and_validate()Andrea Mayer1-0/+6
2019-11-16seg6: fix srh pointer in get_srh()Andrea Mayer1-0/+5
2019-11-15netfilter: nf_tables: add nft_unregister_flowtable_hook()Pablo Neira Ayuso1-10/+14
2019-11-15netfilter: nf_tables: check if bind callback fails and unbind if hook registration failswenxu1-3/+11
2019-11-15netfilter: nf_tables_offload: undo updates if transaction failsPablo Neira Ayuso2-1/+64
2019-11-15netfilter: nf_tables_offload: release flow_rule on error from commit pathPablo Neira Ayuso1-5/+21
2019-11-15netfilter: nf_tables_offload: remove reference to flow rule from deletion pathPablo Neira Ayuso1-2/+1
2019-11-15netfilter: nf_flow_table: remove unnecessary parameter in flow_offload_fill_dirwenxu1-4/+4
2019-11-15netfilter: nf_flow_table_offload: Fix check ndo_setup_tc when setup_blockwenxu1-0/+3
2019-11-15netfilter: Support iif matches in POSTROUTINGPhil Sutter4-6/+6
2019-11-15netfilter: nf_flow_table_offload: add IPv6 supportPablo Neira Ayuso4-8/+121
2019-11-15netfilter: nf_flow_table_offload: add flow_action_entry_next() and use itPablo Neira Ayuso1-38/+38
2019-11-15netfilter: nft_meta: use 64-bit time arithmeticArnd Bergmann1-5/+5
2019-11-15netfilter: xt_time: use time64_tArnd Bergmann1-8/+11
2019-11-15net: openvswitch: don't call pad_packet if not necessaryTonghao Zhang1-14/+8
2019-11-15net: dsa: ocelot: add tagger for Ocelot/Felix switchesVladimir Oltean3-0/+237
2019-11-15net/smc: immediate termination for SMCR link groupsUrsula Braun4-22/+46
2019-11-15net/smc: wait for tx completions before link freeingUrsula Braun3-3/+28
2019-11-15net/smc: abnormal termination without orderly flagUrsula Braun1-6/+4
2019-11-15net/smc: no WR buffer wait for terminating link groupUrsula Braun3-4/+19
2019-11-15net/smc: introduce bookkeeping of SMCD link groupsUrsula Braun2-0/+7
2019-11-15net/smc: abnormal termination of SMCD link groupsUrsula Braun6-21/+57
2019-11-15net/smc: immediate termination for SMCD link groupsUrsula Braun3-15/+70
2019-11-15net/smc: fix final cleanup sequence for SMCD devicesUrsula Braun4-9/+21
2019-11-15net/tls: Fix unused function warningYueHaibing1-0/+2
2019-11-14vsock: fix bind() behaviour taking care of CIDStefano Garzarella1-2/+8
2019-11-14vsock: prevent transport modules unloadingStefano Garzarella4-4/+21
2019-11-14vsock/vmci: register vmci_transport only when VMCI guest/host are activeStefano Garzarella1-11/+22
2019-11-14vsock: add multi-transports supportStefano Garzarella5-89/+282
2019-11-14hv_sock: set VMADDR_CID_HOST in the hvs_remote_addr_init()Stefano Garzarella1-1/+2
2019-11-14vsock: move vsock_insert_unbound() in the vsock_create()Stefano Garzarella1-4/+9