aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/saeed/linuxDavid S. Miller1-2/+4
2019-06-29igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet1-6/+2
2019-06-29net: sched: em_ipt: add support for addrtype matchingNikolay Aleksandrov1-0/+14
2019-06-29net: sched: em_ipt: keep the user-specified nfproto and dump itNikolay Aleksandrov1-1/+13
2019-06-29net: sched: em_ipt: set the family based on the packet if it's unspecifiedNikolay Aleksandrov1-1/+6
2019-06-29net: sched: em_ipt: match only on ip/ipv6 trafficNikolay Aleksandrov1-0/+13
2019-06-29net: make skb_dst_force return true when dst is refcountedFlorian Westphal1-1/+5
2019-06-29sctp: not bind the socket in sctp_connectXin Long1-21/+3
2019-06-29Merge tag 'nfs-for-5.2-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-8/+8
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe1209-6544/+2313
2019-06-29bpf_xdp_redirect_map: Perform map lookup in eBPF helperToke Høiland-Jørgensen1-14/+18
2019-06-29devmap: Rename ifindex member in bpf_redirect_infoToke Høiland-Jørgensen1-13/+13
2019-06-29devmap/cpumap: Use flush list instead of bitmapToke Høiland-Jørgensen1-2/+0
2019-06-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-2/+4
2019-06-28taprio: Adjust timestamps for TCP packetsVedang Patel1-1/+40
2019-06-28taprio: make clock reference conversions easierVedang Patel1-8/+22
2019-06-28taprio: Add support for txtime-assist modeVedang Patel1-17/+324
2019-06-28taprio: Remove inline directiveVedang Patel1-1/+1
2019-06-28taprio: calculate cycle_time when schedule is installedVedang Patel1-18/+11
2019-06-28etf: Add skip_sock_checkVedang Patel1-0/+10
2019-06-28net: sched: protect against stack overflow in TC act_mirredJohn Hurley1-0/+14
2019-06-28net: sched: refactor reinsert actionJohn Hurley2-4/+3
2019-06-28ipv4: enable route flushing in network namespacesChristian Brauner1-4/+8
2019-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller7-80/+95
2019-06-28docs: leds: convert to ReSTMauro Carvalho Chehab1-1/+1
2019-06-28netfilter: Fix remainder of pseudo-header protocol 0He Zhe3-4/+5
2019-06-28Merge tag 'batadv-next-for-davem-20190627v2' of git://git.open-mesh.org/linux-mergeDavid S. Miller39-457/+1027
2019-06-28Merge tag 'batadv-net-for-davem-20190627' of git://git.open-mesh.org/linux-mergeDavid S. Miller4-2/+10
2019-06-28SUNRPC: Fix up calculation of client message lengthTrond Myklebust1-8/+8
2019-06-27tipc: add dst_cache support for udp mediaXin Long1-25/+47
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-46/+160
2019-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds16-28/+114
2019-06-27bpf: implement getsockopt and setsockopt hooksStanislav Fomichev2-1/+31
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells5-14/+40
2019-06-27keys: Pass the network namespace into request_key mechanismDavid Howells3-5/+9
2019-06-27xsk: Return the whole xdp_desc from xsk_umem_consume_txMaxim Mikityanskiy1-7/+3
2019-06-27xsk: Add getsockopt XDP_OPTIONSMaxim Mikityanskiy1-0/+20
2019-06-27xsk: Add API to check for available entries in FQMaxim Mikityanskiy2-0/+20
2019-06-27ipv6: Convert gateway validation to use fib6_infoDavid Ahern1-62/+56
2019-06-27batman-adv: mcast: apply optimizations for routable packets, tooLinus Lüssing1-18/+241