summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-2411-17/+17
* iov_iter: Use accessor functionDavid Howells2018-10-242-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-1927-64/+94
|\
| * Revert "bond: take rcu lock in netpoll_send_skb_on_dev"David S. Miller2018-10-191-2/+0
| * ip6_tunnel: Fix encapsulation layoutStefano Brivio2018-10-181-5/+5
| * tipc: fix info leak from kernel tipc_eventJon Maloy2018-10-181-0/+1
| * net: socket: fix a missing-check bugWenwen Wang2018-10-181-3/+8
| * net: sched: Fix for duplicate class dumpPhil Sutter2018-10-181-1/+2
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-10-183-6/+9
| |\
| | * xfrm: policy: use hlist rcu variants on insertFlorian Westphal2018-10-111-4/+4
| | * net/xfrm: fix out-of-bounds packet accessAlexei Starovoitov2018-10-111-2/+2
| | * xfrm: fix gro_cells leak when remove virtual xfrm interfacesLi RongQing2018-10-021-0/+3
| * | net: ipmr: fix unresolved entry dumpsNikolay Aleksandrov2018-10-171-2/+0
| * | udp6: fix encap return code for resubmittingPaolo Abeni2018-10-171-4/+2
| * | sctp: not free the new asoc when sctp_wait_for_connect returns errXin Long2018-10-171-1/+3
| * | sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner2018-10-171-3/+2
| * | net: bpfilter: use get_pid_task instead of pid_taskTaehee Yoo2018-10-171-2/+4
| * | sctp: get pr_assoc and pr_stream all status with SCTP_PR_SCTP_ALL insteadXin Long2018-10-161-4/+4
| * | rxrpc: Fix a missing rxrpc_put_peer() in the error_report handlerDavid Howells2018-10-151-0/+1
| * | sctp: use the pmtu from the icmp packet to update transport pathmtuXin Long2018-10-153-1/+9
| * | ipv6: mcast: fix a use-after-free in inet6_mc_checkEric Dumazet2018-10-151-8/+8
| * | tipc: fix unsafe rcu locking when accessing publication listTung Nguyen2018-10-151-2/+2
| * | rxrpc: Fix incorrect conditional on IPV6David Howells2018-10-151-1/+1
| * | ipv6: rate-limit probes for neighbourless routesSabrina Dubroca2018-10-151-6/+6
| * | rxrpc: use correct kvec num when sending BUSY response packetYueHaibing2018-10-151-1/+2
| * | rxrpc: Fix an uninitialised variableDavid Howells2018-10-151-1/+1
| * | tipc: initialize broadcast link stale counter correctlyJon Maloy2018-10-151-0/+1
| * | llc: set SOCK_RCU_FREE in llc_sap_add_socket()Cong Wang2018-10-151-0/+1
| * | net/sched: cls_api: add missing validation of netlink attributesDavide Caratti2018-10-152-9/+12
| * | ethtool: fix a privilege escalation bugWenwen Wang2018-10-151-2/+6
| * | ethtool: fix a missing-check bugWenwen Wang2018-10-151-0/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-10-141-0/+2
| |\ \
| | * | xsk: do not call synchronize_net() under RCU read lockBjörn Töpel2018-10-111-0/+2
* | | | tcp: fix TCP_REPAIR xmit queue setupEric Dumazet2018-10-181-6/+7
* | | | sctp: use sk_wmem_queued to check for writable spaceXin Long2018-10-181-29/+9
* | | | sctp: count both sk and asoc sndbuf with skb truesize and sctp_chunk sizeXin Long2018-10-182-21/+8
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-10-183-7/+3
|\ \ \ \
| * | | | xfrm: use complete IPv6 addresses for hashMichal Kubecek2018-10-151-3/+2
| * | | | xfrm: use correct size to initialise sp->ovecLi RongQing2018-10-081-1/+1
| * | | | xfrm: remove unnecessary check in xfrmi_get_stats64Li RongQing2018-10-081-3/+0
* | | | | tcp_bbr: centralize code to set gainsNeal Cardwell2018-10-171-10/+30
* | | | | tcp_bbr: adjust TCP BBR for departure time pacingNeal Cardwell2018-10-171-2/+35
* | | | | net/ncsi: Add NCSI Broadcom OEM commandVijay Khemka2018-10-175-2/+147
* | | | | net: fix warning in af_unixKyeongdon Kim2018-10-171-0/+2
* | | | | bridge: switchdev: Allow clearing FDB entry offload indicationIdo Schimmel2018-10-175-8/+12
* | | | | tcp, ulp: remove socket lock assertion on ULP cleanupDaniel Borkmann2018-10-161-2/+4
* | | | | net/ipv4: Bail early if user only wants prefix entriesDavid Ahern2018-10-161-2/+6
* | | | | net/ipv6: Bail early if user only wants cloned entriesDavid Ahern2018-10-161-2/+5
* | | | | net/mpls: Handle kernel side filtering of route dumpsDavid Ahern2018-10-161-5/+28
* | | | | net: Enable kernel side filtering of route dumpsDavid Ahern2018-10-165-14/+52