summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-11-21vsock: avoid to assign transport if its initialization failsStefano Garzarella
2019-11-20tcp: warn if offset reach the maxlen limit when using snprintfHangbin Liu
2019-11-20ip_gre: Make none-tun-dst gre tunnel store tunnel info as metadat_dst in recvwenxu
2019-11-20net-sysfs: fix netdev_queue_add_kobject() breakageEric Dumazet
2019-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-11-20net: ipconfig: Wait for deferred device probesThomas Bogendoerfer
2019-11-20net: page_pool: add the possibility to sync DMA memory for deviceLorenzo Bianconi
2019-11-20net: sched: pie: enable timestamp based delay calculationGautam Ramakrishnan
2019-11-20ipv6/route: return if there is no fib_nh_gw_familyHangbin Liu
2019-11-20net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobjectJouni Hogander
2019-11-20page_pool: Don't recycle non-reusable pagesSaeed Mahameed
2019-11-20page_pool: Add API to update numa nodeSaeed Mahameed
2019-11-20netfilter: nft_payload: add C-VLAN offload supportPablo Neira Ayuso
2019-11-20netfilter: nft_payload: add VLAN offload supportPablo Neira Ayuso
2019-11-20netfilter: nf_tables_offload: allow ethernet interface type onlyPablo Neira Ayuso
2019-11-20lwtunnel: add support for multiple geneve optsXin Long
2019-11-19net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti
2019-11-19taprio: don't reject same mqprio settingsIvan Khoronzhuk
2019-11-19net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn
2019-11-19Bluetooth: delete a stray unlockDan Carpenter
2019-11-18bpf: Fix memory leak on object 'data'Colin Ian King
2019-11-18net/ipv4: fix sysctl max for fib_multipath_hash_policyMarcelo Ricardo Leitner
2019-11-18lwtunnel: change to use nla_put_u8 for LWTUNNEL_IP_OPT_ERSPAN_VERXin Long
2019-11-18net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in act_tunnel_keyXin Long
2019-11-18net: atm: Reduce the severity of logging in unlink_clip_vccAditya Pakki
2019-11-18page_pool: add destroy attempts counter and rename tracepointJesper Dangaard Brouer
2019-11-18xdp: remove memory poison on free for struct xdp_mem_allocatorJesper Dangaard Brouer
2019-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-16ipmr: Fix skb headroom in ipmr_get_route().Guillaume Nault
2019-11-16net/smc: fix fastopen for non-blocking connect()Ursula Braun
2019-11-16net: core: allow fast GRO for skbs with Ethernet header in headAlexander Lobakin
2019-11-16rds: ib: update WR sizes when bringing up connectionDag Moxnes
2019-11-16page_pool: do not release pool until inflight == 0.Jonathan Lemon
2019-11-16net/smc: remove unused constantUrsula Braun
2019-11-16net/smc: use rcu_barrier() on module unloadUrsula Braun
2019-11-16net/smc: guarantee removal of link groups in rebootUrsula Braun
2019-11-16net/smc: introduce bookkeeping of SMCR link groupsUrsula Braun
2019-11-16net: dsa: tag_8021q: Fix dsa_8021q_restore_pvid for an absent pvidVladimir Oltean
2019-11-16seg6: fix skb transport_header after decap_and_validate()Andrea Mayer
2019-11-16seg6: fix srh pointer in get_srh()Andrea Mayer
2019-11-15netfilter: nf_tables: add nft_unregister_flowtable_hook()Pablo Neira Ayuso
2019-11-15netfilter: nf_tables: check if bind callback fails and unbind if hook registr...wenxu
2019-11-15netfilter: nf_tables_offload: undo updates if transaction failsPablo Neira Ayuso
2019-11-15netfilter: nf_tables_offload: release flow_rule on error from commit pathPablo Neira Ayuso
2019-11-15netfilter: nf_tables_offload: remove reference to flow rule from deletion pathPablo Neira Ayuso
2019-11-15netfilter: nf_flow_table: remove unnecessary parameter in flow_offload_fill_dirwenxu
2019-11-15netfilter: nf_flow_table_offload: Fix check ndo_setup_tc when setup_blockwenxu
2019-11-15bpf: Annotate context typesAlexei Starovoitov