summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-11-04net: bridge: remove ipv6 zero address check in mcast queriesNikolay Aleksandrov
2018-11-04sctp: check policy more carefully when getting pr statusXin Long
2018-11-04net: Properly unlink GRO packets on overflow.David S. Miller
2018-11-04net: drop skb on failure in ip_check_defrag()Cong Wang
2018-11-04net/smc: fix smc_buf_unuse to use the lgr pointerKarsten Graul
2018-11-04net/ipv6: Allow onlink routes to have a device mismatch if it is the default ...David Ahern
2018-11-04openvswitch: Fix push/pop ethernet validationJaime Caamaño Ruiz
2018-11-04rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel
2018-11-04Revert "net: simplify sock_poll_wait"Karsten Graul
2018-11-04net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti
2018-11-04net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski
2018-11-04ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio
2018-11-04bridge: do not add port to router list when receives query with source 0.0.0.0Hangbin Liu
2018-10-20Revert "neighbour: force neigh_invalidate when NUD_FAILED update is from admin"Roopa Prabhu
2018-10-20net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern
2018-10-20net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis
2018-10-19Revert "bond: take rcu lock in netpoll_send_skb_on_dev"David S. Miller
2018-10-18ip6_tunnel: Fix encapsulation layoutStefano Brivio
2018-10-18tipc: fix info leak from kernel tipc_eventJon Maloy
2018-10-18net: socket: fix a missing-check bugWenwen Wang
2018-10-18net: sched: Fix for duplicate class dumpPhil Sutter
2018-10-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-10-17net: ipmr: fix unresolved entry dumpsNikolay Aleksandrov
2018-10-17udp6: fix encap return code for resubmittingPaolo Abeni
2018-10-17sctp: not free the new asoc when sctp_wait_for_connect returns errXin Long
2018-10-17sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner
2018-10-17net: bpfilter: use get_pid_task instead of pid_taskTaehee Yoo
2018-10-16sctp: get pr_assoc and pr_stream all status with SCTP_PR_SCTP_ALL insteadXin Long
2018-10-15rxrpc: Fix a missing rxrpc_put_peer() in the error_report handlerDavid Howells
2018-10-15sctp: use the pmtu from the icmp packet to update transport pathmtuXin Long
2018-10-15ipv6: mcast: fix a use-after-free in inet6_mc_checkEric Dumazet
2018-10-15tipc: fix unsafe rcu locking when accessing publication listTung Nguyen
2018-10-15rxrpc: Fix incorrect conditional on IPV6David Howells
2018-10-15ipv6: rate-limit probes for neighbourless routesSabrina Dubroca
2018-10-15rxrpc: use correct kvec num when sending BUSY response packetYueHaibing
2018-10-15rxrpc: Fix an uninitialised variableDavid Howells
2018-10-15tipc: initialize broadcast link stale counter correctlyJon Maloy
2018-10-15llc: set SOCK_RCU_FREE in llc_sap_add_socket()Cong Wang
2018-10-15net/sched: cls_api: add missing validation of netlink attributesDavide Caratti
2018-10-15ethtool: fix a privilege escalation bugWenwen Wang
2018-10-15ethtool: fix a missing-check bugWenwen Wang
2018-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman
2018-10-11tipc: eliminate possible recursive locking detected by LOCKDEPYing Xue
2018-10-11Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman
2018-10-11xfrm: policy: use hlist rcu variants on insertFlorian Westphal
2018-10-11net/xfrm: fix out-of-bounds packet accessAlexei Starovoitov
2018-10-11xsk: do not call synchronize_net() under RCU read lockBjörn Töpel
2018-10-10tipc: queue socket protocol error messages into socket receive bufferParthasarathy Bhuvaragan
2018-10-10tipc: set link tolerance correctly in broadcast linkJon Maloy