summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | bpf: sockmap, fix skmsg recvmsg handler to track size correctlyJohn Fastabend2018-10-171-0/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-213-6/+8
|\ \ \ \ \ \
| * | | | | | Revert "neighbour: force neigh_invalidate when NUD_FAILED update is from admin"Roopa Prabhu2018-10-201-2/+1
| * | | | | | net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern2018-10-201-2/+4
| * | | | | | net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis2018-10-201-2/+3
* | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-10-202-35/+39
|\ \ \ \ \ \ \
| * | | | | | | Bluetooth: Remove redundant check on statusColin Ian King2018-10-141-21/+17
| * | | | | | | Bluetooth: Errata Service Release 8, Erratum 3253Mallikarjun Phulari2018-10-141-1/+9
| * | | | | | | Bluetooth: Use separate L2CAP LE credit based connection result valuesMallikarjun Phulari2018-10-141-13/+13
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-10-2012-71/+79
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "netfilter: xt_quota: fix the behavior of xt_quota module"Pablo Neira Ayuso2018-10-191-22/+33
| * | | | | | | | netfilter: remove two unused variables.Weongyo Jeong2018-10-192-6/+0
| * | | | | | | | netfilter: nf_flow_table: remove unnecessary parameter of nf_flow_table_clean...Taehee Yoo2018-10-192-2/+2
| * | | | | | | | netfilter: nf_nat_snmp_basic: add missing helper alias nameTaehee Yoo2018-10-161-0/+1
| * | | | | | | | netfilter: xt_osf: simplify xt_osf_match_packet()Pablo Neira Ayuso2018-10-161-7/+1
| * | | | | | | | netfilter: nft_xfrm: use state family, not hook oneFlorian Westphal2018-10-161-5/+6
| * | | | | | | | netfilter: nft_osf: Add ttl option supportFernando Fernandez Mancera2018-10-162-26/+35
| * | | | | | | | netfilter: cttimeout: remove set but not used variable 'l3num'YueHaibing2018-10-161-2/+0
| * | | | | | | | netfilter: Replace spin_is_locked() with lockdepLance Roy2018-10-161-1/+1
* | | | | | | | | netpoll: allow cleanup to be synchronousDebabrata Banerjee2018-10-194-20/+8
* | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \