summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet2017-12-161-0/+5
* packet: fix crash in fanout_demux_rollover()Mike Maloney2017-12-162-23/+10
* sit: update frag_off infoHangbin Liu2017-12-161-0/+1
* rds: Fix NULL pointer dereference in __rds_rdma_mapHÃ¥kon Bugge2017-12-161-1/+1
* tipc: fix memory leak in tipc_accept_from_sock()Jon Maloy2017-12-161-0/+1
* xfrm: Copy policy family in clone_policyHerbert Xu2017-12-161-0/+1
* sctp: use the right sk after waking up from wait_buf sleepXin Long2017-12-161-10/+11
* sctp: do not free asoc when it is already dead in sctp_sendmsgXin Long2017-12-161-3/+14
* sunrpc: Fix rpc_task_begin trace pointChuck Lever2017-12-161-2/+1
* route: update fnhe_expires for redirect when the fnhe existsXin Long2017-12-161-3/+2
* route: also update fnhe_genid when updating a route cacheXin Long2017-12-161-2/+7
* netfilter: don't track fragmented packetsFlorian Westphal2017-12-162-5/+4
* ipv6: reorder icmpv6_init() and ip6_mr_init()WANG Cong2017-12-161-5/+5
* vti6: Don't report path MTU below IPV6_MIN_MTU.Steffen Klassert2017-12-161-2/+6
* tcp: correct memory barrier usage in tcp_check_space()Jason Baron2017-12-091-1/+1
* tipc: fix cleanup at module unloadParthasarathy Bhuvaragan2017-12-091-3/+1
* net: sctp: fix array overrun read on sctp_timer_tblColin Ian King2017-12-091-1/+1
* vti6: fix device register to report IFLA_INFO_KINDDavid Forster2017-12-091-1/+1
* 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