summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-10-094-4/+8
|\
| * xfrm: don't call xfrm_policy_cache_flush under xfrm_state_lockArtem Savkov2017-09-281-2/+2
| * vti: fix NULL dereference in xfrm_input()Alexey Kodanev2017-09-131-2/+4
| * xfrm: Fix negative device refcount on offload failure.Steffen Klassert2017-09-111-0/+1
| * xfrm: Fix deletion of offloaded SAs on failure.Steffen Klassert2017-09-111-0/+1
* | ipv4: Fix traffic triggered IPsec connections.Steffen Klassert2017-10-091-1/+1
* | ipv6: Fix traffic triggered IPsec connections.Steffen Klassert2017-10-091-1/+1
* | tipc: Unclone message at secondary destination lookupJon Maloy2017-10-091-0/+8
* | tipc: correct initialization of skb listJon Maloy2017-10-091-2/+2
* | gso: fix payload length when gso_size is zeroAlexey Kodanev2017-10-083-3/+3
* | ipv6: fix net.ipv6.conf.all.accept_dad behaviour for realMatteo Croce2017-10-081-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-0523-137/+160
|\ \
| * | net: 8021q: skip packets if the vlan is downVishakha Narvekar2017-10-051-0/+6
| * | net: rtnetlink: fix info leak in RTM_GETSTATS callNikolay Aleksandrov2017-10-031-0/+3
| * | socket, bpf: fix possible use after freeEric Dumazet2017-10-032-5/+12
| * | l2tp: fix l2tp_eth module loadingGuillaume Nault2017-10-021-49/+2Star
| * | ip_gre: erspan device should keep dstXin Long2017-10-021-0/+1
| * | ip_gre: set tunnel hlen properly in erspan_tunnel_initXin Long2017-10-021-1/+3
| * | ip_gre: check packet length and mtu correctly in erspan_xmitXin Long2017-10-021-1/+1
| * | ip_gre: get key from session_id correctly in erspan_rcvXin Long2017-10-021-3/+1Star
| * | tipc: use only positive error codes in messagesParthasarathy Bhuvaragan2017-10-011-1/+1
| * | udp: perform source validation for mcast early demuxPaolo Abeni2017-10-012-21/+38
| * | IPv4: early demux can return an error codePaolo Abeni2017-10-013-19/+26
| * | ip6_tunnel: update mtu properly for ARPHRD_ETHER tunnel device in tx pathXin Long2017-10-011-2/+3
| * | ip6_gre: ip6gre_tap device should keep dstXin Long2017-10-011-0/+1
| * | ip_gre: ipgre_tap device should keep dstXin Long2017-10-011-0/+1
| * | netlink: do not proceed if dump's start() errsJason A. Donenfeld2017-09-301-2/+5
| * | net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch2017-09-281-0/+2
| * | packet: only test po->has_vnet_hdr once in packet_sndWillem de Bruijn2017-09-281-1/+3
| * | packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn2017-09-281-3/+5
| * | net: dsa: Fix network device registration orderFlorian Fainelli2017-09-281-13/+18
| * | inetpeer: fix RCU lookup() againEric Dumazet2017-09-281-2/+2
| * | sctp: Fix a big endian bug in sctp_diag_dump()Dan Carpenter2017-09-271-1/+3
| * | l2tp: fix race condition in l2tp_tunnel_deleteSabrina Dubroca2017-09-262-7/+8
| * | vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev2017-09-262-2/+4
| * | l2tp: fix race between l2tp_session_delete() and l2tp_tunnel_closeall()Guillaume Nault2017-09-252-0/+7
| * | l2tp: ensure sessions are freed after their PPPOL2TP socketGuillaume Nault2017-09-251-4/+4
* | | Revert "Bluetooth: Add option for disabling legacy ioctl interfaces"Linus Torvalds2017-09-282-16/+0Star
* | | IB: Correct MR length field to be 64-bitParav Pandit2017-09-251-1/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-2329-125/+206
|\ \
| * | inet: fix improper empty comparisonJosef Bacik2017-09-231-1/+1
| * | net: use inet6_rcv_saddr to compare socketsJosef Bacik2017-09-231-1/+1
| * | net: set tb->fast_sk_familyJosef Bacik2017-09-231-0/+2
| * | net: orphan frags on stand-alone ptype in dev_queue_xmit_nitWillem de Bruijn2017-09-231-2/+6
| * | net/smc: no close wait in case of process shut downUrsula Braun2017-09-221-7/+8
| * | net/smc: introduce a delayUrsula Braun2017-09-223-10/+16
| * | net/smc: terminate link group if out-of-sync is receivedUrsula Braun2017-09-223-11/+8Star
| * | net/smc: longer delay for client link group removalUrsula Braun2017-09-221-4/+12
| * | net/smc: adapt send request completion notificationUrsula Braun2017-09-221-1/+1
| * | net/smc: adjust net_device refcountUrsula Braun2017-09-221-1/+3