aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-07-05bridge: add br_vlan_get_proto()wenxu1-0/+10
2019-07-05netfilter: nft_meta_bridge: add NFT_META_BRI_IIFPVID supportwenxu1-0/+15
2019-07-05bridge: add br_vlan_get_pvid_rcu()Pablo Neira Ayuso1-4/+15
2019-07-05netfilter: nft_meta_bridge: Remove the br_private.h headerwenxu1-5/+14
2019-07-05netfilter: nft_meta: move bridge meta keys into nft_meta_bridgewenxu5-53/+163
2019-07-05ipvs: strip gre tunnel headers from icmp errorsJulian Anastasov1-4/+42
2019-07-05netfilter: nf_tables: Add synproxy supportFernando Fernandez Mancera3-0/+299
2019-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-92/+263
2019-07-04ipvs: allow tunneling with gre encapsulationVadim Fedorenko2-3/+64
2019-07-04netfilter: nf_queue: remove unused hook entries pointerFlorian Westphal3-7/+5
2019-07-04netfilter: nf_log: Replace a seq_printf() call by seq_puts() in seq_show()Markus Elfring1-1/+1
2019-07-04netfilter: rename nf_SYNPROXY.h to nf_synproxy.hPablo Neira Ayuso1-1/+1
2019-07-03nfs: fix out-of-date connectathon talk URLJ. Bruce Fields1-1/+1
2019-07-03ipv4: use indirect call wrappers for {tcp, udp}_{recv, send}msg()Paolo Abeni1-3/+7
2019-07-03ipv6: use indirect call wrappers for {tcp, udpv6}_{recv, send}msg()Paolo Abeni1-3/+9
2019-07-03net: adjust socket level ICW to cope with ipv6 variant of {recv, send}msgPaolo Abeni1-12/+11
2019-07-03ipv6: provide and use ipv6 specific version for {recv, send}msgPaolo Abeni1-4/+31
2019-07-03inet: factor out inet_send_prepare()Paolo Abeni1-8/+13
2019-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller5-23/+90
2019-07-03sctp: count data bundling sack chunk for outctrlchunksXin Long1-0/+3
2019-07-03net: don't warn in inet diag when IPV6 is disabledStephen Hemminger1-3/+0
2019-07-03ceph: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-33/+5
2019-07-03sunrpc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-55/+11
2019-07-03bpf: add icsk_retransmits to bpf_tcp_sockStanislav Fomichev1-1/+19
2019-07-03bpf: add dsack_dups/delivered{, _ce} to bpf_tcp_sockStanislav Fomichev1-1/+10
2019-07-03bpf: split shared bpf_tcp_sock and bpf_sock_ops implementationStanislav Fomichev1-54/+126
2019-07-03bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTTStanislav Fomichev1-0/+4
2019-07-03xdp: fix hang while unregistering device bound to xdp socketIlya Maximets3-16/+82
2019-07-03xdp: hold device for umem regardless of zero-copy modeIlya Maximets1-5/+6
2019-07-03xfrm interface: fix memory leak on creationNicolas Dichtel1-70/+28
2019-07-03xfrm: policy: fix bydst hlist corruption on hash rebuildFlorian Westphal1-5/+7
2019-07-03Bluetooth: Fix faulty expression for minimum encryption key size checkMatias Karhumaa1-1/+1
2019-07-02tipc: remove ub->ubsock checksXin Long1-9/+8
2019-07-02ipv4: Fix off-by-one in route dump counter without netlink strict checkingStefano Brivio1-8/+14
2019-07-02xprtrdma: Fix use-after-free in rpcrdma_post_recvsChuck Lever1-1/+2
2019-07-02rxrpc: Fix send on a connected, but unbound socketDavid Howells1-2/+2
2019-07-02rxrpc: Fix uninitialized error code in rxrpc_send_data_packet()David Howells1-0/+3
2019-07-02net: bridge: stp: don't cache eth dest pointer before skb pullNikolay Aleksandrov1-2/+1
2019-07-02net: bridge: don't cache ether dest pointer on inputNikolay Aleksandrov1-5/+3
2019-07-02net: bridge: mcast: fix stale ipv6 hdr pointer when handling v6 queryNikolay Aleksandrov1-2/+1
2019-07-02net: bridge: mcast: fix stale nsrcs pointer in igmp3/mld2 report handlingNikolay Aleksandrov1-8/+12
2019-07-02xfrm: remove a duplicated assignmentCong Wang1-3/+0
2019-07-01blackhole_netdev: use blackhole_netdev to invalidate dst entriesMahesh Bandewar3-4/+3
2019-07-01net/tls: make sure offload also gets the keys wipedJakub Kicinski2-3/+3
2019-07-01net/tls: reject offload of TLS 1.3Jakub Kicinski1-0/+8
2019-07-01net sched: update mirred action for batched events operationsRoman Mashak1-0/+6
2019-07-01idr: introduce idr_for_each_entry_continue_ul()Cong Wang1-20/+7
2019-07-01idr: fix overflow case for idr_for_each_entry_ul()Cong Wang1-3/+6
2019-07-01tipc: embed jiffies in macro TIPC_BC_RETR_LIMJon Maloy1-5/+4
2019-07-01vsock/virtio: fix flush of works during the .remove()Stefano Garzarella1-6/+9