summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-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
2019-07-01vsock/virtio: stop workers during the .remove()Stefano Garzarella1-1/+50
2019-07-01vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockStefano Garzarella1-23/+44
2019-07-01net/ipv6: Fix misuse of proc_dointvec "flowlabel_reflect"Eiichi Tsukata1-1/+1
2019-07-01net: link_watch: prevent starvation when processing linkwatch wqYunsheng Lin1-1/+12
2019-07-01sctp: fix error handling on stream scheduler initializationMarcelo Ricardo Leitner1-1/+8
2019-07-01netrom: fix a memory leak in nr_rx_frame()Cong Wang1-1/+2
2019-07-01ipv4: don't set IPv6 only flags to IPv4 addressesMatteo Croce1-0/+8
2019-07-01ipv6: icmp: allow flowlabel reflection in echo repliesEric Dumazet4-4/+7
2019-07-01xfrm: remove get_mtu indirection from xfrm_typeFlorian Westphal4-53/+33
2019-06-30net: openvswitch: fix csum updates for MPLS actionsJohn Hurley1-4/+2
2019-06-30Merge tag 'mlx5e-updates-2019-06-28' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller1-2/+4
2019-06-29igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet1-6/+2