summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-07-05bridge: add br_vlan_get_proto()wenxu
2019-07-05netfilter: nft_meta_bridge: add NFT_META_BRI_IIFPVID supportwenxu
2019-07-05bridge: add br_vlan_get_pvid_rcu()Pablo Neira Ayuso
2019-07-05netfilter: nft_meta_bridge: Remove the br_private.h headerwenxu
2019-07-05netfilter: nft_meta: move bridge meta keys into nft_meta_bridgewenxu
2019-07-05ipvs: strip gre tunnel headers from icmp errorsJulian Anastasov
2019-07-05netfilter: nf_tables: Add synproxy supportFernando Fernandez Mancera
2019-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-07-04ipvs: allow tunneling with gre encapsulationVadim Fedorenko
2019-07-04netfilter: nf_queue: remove unused hook entries pointerFlorian Westphal
2019-07-04netfilter: nf_log: Replace a seq_printf() call by seq_puts() in seq_show()Markus Elfring
2019-07-04netfilter: rename nf_SYNPROXY.h to nf_synproxy.hPablo Neira Ayuso
2019-07-03nfs: fix out-of-date connectathon talk URLJ. Bruce Fields
2019-07-03ipv4: use indirect call wrappers for {tcp, udp}_{recv, send}msg()Paolo Abeni
2019-07-03ipv6: use indirect call wrappers for {tcp, udpv6}_{recv, send}msg()Paolo Abeni
2019-07-03net: adjust socket level ICW to cope with ipv6 variant of {recv, send}msgPaolo Abeni
2019-07-03ipv6: provide and use ipv6 specific version for {recv, send}msgPaolo Abeni
2019-07-03inet: factor out inet_send_prepare()Paolo Abeni
2019-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-07-03sctp: count data bundling sack chunk for outctrlchunksXin Long
2019-07-03net: don't warn in inet diag when IPV6 is disabledStephen Hemminger
2019-07-03ceph: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-07-03sunrpc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-07-03bpf: add icsk_retransmits to bpf_tcp_sockStanislav Fomichev
2019-07-03bpf: add dsack_dups/delivered{, _ce} to bpf_tcp_sockStanislav Fomichev
2019-07-03bpf: split shared bpf_tcp_sock and bpf_sock_ops implementationStanislav Fomichev
2019-07-03bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTTStanislav Fomichev
2019-07-03xdp: fix hang while unregistering device bound to xdp socketIlya Maximets
2019-07-03xdp: hold device for umem regardless of zero-copy modeIlya Maximets
2019-07-03xfrm interface: fix memory leak on creationNicolas Dichtel
2019-07-03xfrm: policy: fix bydst hlist corruption on hash rebuildFlorian Westphal
2019-07-03Bluetooth: Fix faulty expression for minimum encryption key size checkMatias Karhumaa
2019-07-02tipc: remove ub->ubsock checksXin Long
2019-07-02ipv4: Fix off-by-one in route dump counter without netlink strict checkingStefano Brivio
2019-07-02xprtrdma: Fix use-after-free in rpcrdma_post_recvsChuck Lever
2019-07-02rxrpc: Fix send on a connected, but unbound socketDavid Howells
2019-07-02rxrpc: Fix uninitialized error code in rxrpc_send_data_packet()David Howells
2019-07-02net: bridge: stp: don't cache eth dest pointer before skb pullNikolay Aleksandrov
2019-07-02net: bridge: don't cache ether dest pointer on inputNikolay Aleksandrov
2019-07-02net: bridge: mcast: fix stale ipv6 hdr pointer when handling v6 queryNikolay Aleksandrov
2019-07-02net: bridge: mcast: fix stale nsrcs pointer in igmp3/mld2 report handlingNikolay Aleksandrov
2019-07-02xfrm: remove a duplicated assignmentCong Wang
2019-07-01blackhole_netdev: use blackhole_netdev to invalidate dst entriesMahesh Bandewar
2019-07-01net/tls: make sure offload also gets the keys wipedJakub Kicinski
2019-07-01net/tls: reject offload of TLS 1.3Jakub Kicinski
2019-07-01net sched: update mirred action for batched events operationsRoman Mashak
2019-07-01idr: introduce idr_for_each_entry_continue_ul()Cong Wang
2019-07-01idr: fix overflow case for idr_for_each_entry_ul()Cong Wang
2019-07-01tipc: embed jiffies in macro TIPC_BC_RETR_LIMJon Maloy
2019-07-01vsock/virtio: fix flush of works during the .remove()Stefano Garzarella