aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-20Revert "neighbour: force neigh_invalidate when NUD_FAILED update is from admin"Roopa Prabhu1-2/+1
2018-10-20net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern1-2/+4
2018-10-20net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis1-2/+3
2018-10-19Revert "bond: take rcu lock in netpoll_send_skb_on_dev"David S. Miller1-2/+0
2018-10-18ip6_tunnel: Fix encapsulation layoutStefano Brivio1-5/+5
2018-10-18tipc: fix info leak from kernel tipc_eventJon Maloy1-0/+1
2018-10-18net: socket: fix a missing-check bugWenwen Wang1-3/+8
2018-10-18net: sched: Fix for duplicate class dumpPhil Sutter1-1/+2
2018-10-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller3-6/+9
2018-10-17net: ipmr: fix unresolved entry dumpsNikolay Aleksandrov1-2/+0
2018-10-17udp6: fix encap return code for resubmittingPaolo Abeni1-4/+2
2018-10-17sctp: not free the new asoc when sctp_wait_for_connect returns errXin Long1-1/+3
2018-10-17sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner1-3/+2
2018-10-17net: bpfilter: use get_pid_task instead of pid_taskTaehee Yoo1-2/+4
2018-10-16sctp: get pr_assoc and pr_stream all status with SCTP_PR_SCTP_ALL insteadXin Long1-4/+4
2018-10-15rxrpc: Fix a missing rxrpc_put_peer() in the error_report handlerDavid Howells1-0/+1
2018-10-15sctp: use the pmtu from the icmp packet to update transport pathmtuXin Long3-1/+9
2018-10-15ipv6: mcast: fix a use-after-free in inet6_mc_checkEric Dumazet1-8/+8
2018-10-15tipc: fix unsafe rcu locking when accessing publication listTung Nguyen1-2/+2
2018-10-15rxrpc: Fix incorrect conditional on IPV6David Howells1-1/+1
2018-10-15ipv6: rate-limit probes for neighbourless routesSabrina Dubroca1-6/+6
2018-10-15rxrpc: use correct kvec num when sending BUSY response packetYueHaibing1-1/+2
2018-10-15rxrpc: Fix an uninitialised variableDavid Howells1-1/+1
2018-10-15tipc: initialize broadcast link stale counter correctlyJon Maloy1-0/+1
2018-10-15llc: set SOCK_RCU_FREE in llc_sap_add_socket()Cong Wang1-0/+1
2018-10-15net/sched: cls_api: add missing validation of netlink attributesDavide Caratti2-9/+12
2018-10-15ethtool: fix a privilege escalation bugWenwen Wang1-2/+6
2018-10-15ethtool: fix a missing-check bugWenwen Wang1-0/+3
2018-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+2
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman21-212/+416
2018-10-11tipc: eliminate possible recursive locking detected by LOCKDEPYing Xue1-2/+9
2018-10-11Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxGreg Kroah-Hartman1-1/+1
2018-10-11xfrm: policy: use hlist rcu variants on insertFlorian Westphal1-4/+4
2018-10-11net/xfrm: fix out-of-bounds packet accessAlexei Starovoitov1-2/+2
2018-10-11xsk: do not call synchronize_net() under RCU read lockBjörn Töpel1-0/+2
2018-10-10tipc: queue socket protocol error messages into socket receive bufferParthasarathy Bhuvaragan1-2/+12
2018-10-10tipc: set link tolerance correctly in broadcast linkJon Maloy1-5/+11
2018-10-10net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca1-3/+4
2018-10-10net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca3-6/+84
2018-10-10net/ipv6: stop leaking percpu memory in fib6 infoMike Rapoport1-0/+2
2018-10-10Merge tag 'rxrpc-fixes-20181008' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller9-174/+234
2018-10-10rds: RDS (tcp) hangs on sendto() to unresponding addressKa-Cheong Poon1-3/+10
2018-10-10net: make skb_partial_csum_set() more robust against overflowsEric Dumazet1-5/+7
2018-10-10devlink: Add helper function for safely copy string paramMoshe Shemesh1-1/+18
2018-10-10devlink: Fix param cmode driverinit for string typeMoshe Shemesh1-3/+12
2018-10-10devlink: Fix param set handling for string typeMoshe Shemesh1-3/+8
2018-10-08rxrpc: Fix the packet reception routineDavid Howells6-50/+105
2018-10-08rxrpc: Fix connection-level abort handlingDavid Howells3-15/+19
2018-10-08rxrpc: Only take the rwind and mtu values from latest ACKDavid Howells1-9/+10
2018-10-08rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window()David Howells1-6/+8