summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipsec: Fix aborted xfrm policy dump crashHerbert Xu2017-12-051-10/+15
* netlink: add a start callback for starting a netlink dumpTom Herbert2017-12-052-0/+20
* Revert "sctp: do not peel off an assoc from one netns to another one"Greg Kroah-Hartman2017-11-301-4/+0
* netfilter: nf_tables: fix oob accessFlorian Westphal2017-11-301-1/+1
* netfilter: nft_queue: use raw_smp_processor_id()Pablo Neira Ayuso2017-11-301-1/+1
* mac80211: Suppress NEW_PEER_CANDIDATE event if no roomMasashi Honma2017-11-301-6/+8
* mac80211: Remove invalid flag operations in mesh TSF synchronizationMasashi Honma2017-11-303-15/+0
* net: Allow IP_MULTICAST_IF to set index to L3 slaveDavid Ahern2017-11-302-5/+18
* RDS: RDMA: return appropriate error on rdma map failuresSantosh Shilimkar2017-11-301-1/+10
* net/9p: Switch to wait_event_killable()Tuomas Tynkkynen2017-11-302-9/+7
* NFC: fix device-allocation error returnJohan Hovold2017-11-301-1/+1
* vsock: use new wait API for vsock_stream_sendmsg()WANG Cong2017-11-301-13/+8
* AF_VSOCK: Shrink the area influenced by prepare_to_waitClaudio Imbrenda2017-11-301-73/+85
* ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTERWANG Cong2017-11-301-1/+5
* net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman2017-11-241-0/+2
* sctp: do not peel off an assoc from one netns to another oneXin Long2017-11-241-0/+4
* af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld2017-11-242-6/+12
* vlan: fix a use-after-free in vlan_device_event()Cong Wang2017-11-241-3/+3
* netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin2017-11-241-0/+1
* tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet2017-11-241-7/+2
* sctp: do not peel off an assoc from one netns to another oneXin Long2017-11-211-0/+4
* tipc: fix link attribute propagation bugRichard Alpe2017-11-182-23/+6
* tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet2017-11-183-4/+4
* tcp/dccp: fix lockdep splat in inet_csk_route_req()Eric Dumazet2017-11-181-1/+2
* tcp/dccp: fix ireq->opt racesEric Dumazet2017-11-186-38/+32
* ipip: only increase err_count for some certain type icmp in ipip_errXin Long2017-11-181-16/+42
* sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long2017-11-181-0/+32
* ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long2017-11-181-4/+7
* net/unix: don't show information about sockets from other namespacesAndrei Vagin2017-11-181-0/+2
* ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet2017-11-182-2/+3
* packet: avoid panic in packet_getsockopt()Eric Dumazet2017-11-181-8/+16
* sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long2017-11-181-1/+1
* tun: call dev_get_valid_name() before register_netdevice()Cong Wang2017-11-181-3/+3
* l2tp: check ps->sock before running pppol2tp_session_ioctl()Guillaume Nault2017-11-181-0/+3
* tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-181-1/+2
* mac80211: don't compare TKIP TX MIC key in reinstall preventionJohannes Berg2017-11-181-2/+34
* mac80211: use constant time comparison with keysJason A. Donenfeld2017-11-181-1/+2
* mac80211: accept key reinstall without changing anythingJohannes Berg2017-11-181-3/+17
* net: dsa: select NET_SWITCHDEVVivien Didelot2017-11-151-2/+3
* IPsec: do not ignore crypto err in ah4 inputGilad Ben-Yossef2017-11-151-0/+3
* netfilter: nft_meta: deal with PACKET_LOOPBACK in netdev familyLiping Zhang2017-11-151-1/+27
* KEYS: Fix race between updating and finding a negative keyDavid Howells2017-10-271-1/+1
* netfilter: nf_ct_expect: Change __nf_ct_expect_check() return value.Jarno Rajahalme2017-10-211-2/+2
* mac80211: fix power saving clients handling in iwlwifiEmmanuel Grumbach2017-10-211-1/+1
* tipc: use only positive error codes in messagesParthasarathy Bhuvaragan2017-10-211-1/+1
* net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch2017-10-211-0/+2
* packet: only test po->has_vnet_hdr once in packet_sndWillem de Bruijn2017-10-211-2/+4
* packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn2017-10-211-3/+5
* l2tp: fix race condition in l2tp_tunnel_deleteSabrina Dubroca2017-10-212-7/+8
* l2tp: Avoid schedule while atomic in exit_netRidge Kennedy2017-10-211-1/+3