summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-11-04net: bridge: remove ipv6 zero address check in mcast queriesNikolay Aleksandrov1-2/+1
2018-11-04sctp: check policy more carefully when getting pr statusXin Long1-3/+5
2018-11-04net: Properly unlink GRO packets on overflow.David S. Miller1-0/+1
2018-11-04net: drop skb on failure in ip_check_defrag()Cong Wang1-4/+8
2018-11-04net/smc: fix smc_buf_unuse to use the lgr pointerKarsten Graul1-13/+12
2018-11-04net/ipv6: Allow onlink routes to have a device mismatch if it is the default ...David Ahern1-0/+2
2018-11-04openvswitch: Fix push/pop ethernet validationJaime Caamaño Ruiz1-2/+2
2018-11-04rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel1-0/+10
2018-11-04Revert "net: simplify sock_poll_wait"Karsten Graul11-12/+12
2018-11-04net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti3-6/+39
2018-11-04net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski1-1/+1
2018-11-04ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio1-2/+1
2018-11-04bridge: do not add port to router list when receives query with source 0.0.0.0Hangbin Liu1-1/+9
2018-10-21Revert "neighbour: force neigh_invalidate when NUD_FAILED update is from admin"Roopa Prabhu1-2/+1
2018-10-21net/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-19ip6_tunnel: Fix encapsulation layoutStefano Brivio1-5/+5
2018-10-19tipc: fix info leak from kernel tipc_eventJon Maloy1-0/+1
2018-10-19net: socket: fix a missing-check bugWenwen Wang1-3/+8
2018-10-19net: sched: Fix for duplicate class dumpPhil Sutter1-1/+2
2018-10-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-6/+9
2018-10-18net: ipmr: fix unresolved entry dumpsNikolay Aleksandrov1-2/+0
2018-10-18udp6: fix encap return code for resubmittingPaolo Abeni1-4/+2
2018-10-18sctp: not free the new asoc when sctp_wait_for_connect returns errXin Long1-1/+3
2018-10-18sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner1-3/+2
2018-10-18net: 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-16rxrpc: Fix a missing rxrpc_put_peer() in the error_report handlerDavid Howells1-0/+1
2018-10-16sctp: use the pmtu from the icmp packet to update transport pathmtuXin Long3-1/+9
2018-10-16ipv6: mcast: fix a use-after-free in inet6_mc_checkEric Dumazet1-8/+8
2018-10-16tipc: fix unsafe rcu locking when accessing publication listTung Nguyen1-2/+2
2018-10-16rxrpc: Fix incorrect conditional on IPV6David Howells1-1/+1
2018-10-16ipv6: rate-limit probes for neighbourless routesSabrina Dubroca1-6/+6
2018-10-16rxrpc: use correct kvec num when sending BUSY response packetYueHaibing1-1/+2
2018-10-16rxrpc: Fix an uninitialised variableDavid Howells1-1/+1
2018-10-16tipc: initialize broadcast link stale counter correctlyJon Maloy1-0/+1
2018-10-16llc: set SOCK_RCU_FREE in llc_sap_add_socket()Cong Wang1-0/+1
2018-10-16net/sched: cls_api: add missing validation of netlink attributesDavide Caratti2-9/+12
2018-10-16ethtool: fix a privilege escalation bugWenwen Wang1-2/+6
2018-10-16ethtool: 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/kern...Greg 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-11tipc: queue socket protocol error messages into socket receive bufferParthasarathy Bhuvaragan1-2/+12
2018-10-11tipc: set link tolerance correctly in broadcast linkJon Maloy1-5/+11