summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-05-01netfilter: x_tables: fix unconditional helperFlorian Westphal3-33/+31
2016-05-01ipv6: Count in extension headers in skb->network_headerJakub Sitnicki1-5/+4
2016-05-01ipv6: l2tp: fix a potential issue in l2tp_ip6_recvHaishuang Yan1-3/+5
2016-05-01ipv4: l2tp: fix a potential issue in l2tp_ip_recvHaishuang Yan1-3/+5
2016-05-01tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann1-8/+17
2016-05-01xfrm: Fix crash observed during device unregistration and decryptionsubashab@codeaurora.org1-0/+3
2016-05-01ax25: add link layer header validation functionWillem de Bruijn1-0/+15
2016-05-01udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld1-4/+2
2016-05-01sctp: lack the check for ports in sctp_v6_cmp_addrXin Long1-0/+2
2016-05-01netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal3-6/+12
2016-05-01netfilter: x_tables: validate e->target_offset earlyFlorian Westphal3-27/+24
2016-05-01ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo1-1/+1
2016-05-01tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross3-4/+9
2016-05-01sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceNeilBrown1-3/+3
2016-05-01net: Fix use after free in the recvmmsg exit pathArnaldo Carvalho de Melo1-19/+19
2016-05-01sctp: fix the transports round robin issue when init is retransmittedXin Long2-2/+2
2016-05-01ipvs: correct initial offset of Call-ID header search in SIP persistence engineMarco Angaroni1-1/+1
2016-05-01mac80211: fix memory leakSudip Mukherjee1-0/+1
2016-05-01mac80211: avoid excessive stack usage in sta_infoArnd Bergmann1-5/+10
2016-05-01mac80211: fix unnecessary frame drops in mesh fwdingMichal Kazior1-2/+3
2016-03-29ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller3-2/+18
2016-03-24ipv6: re-enable fragment header matching in ipv6_find_hdrFlorian Westphal1-1/+5
2016-03-24mld, igmp: Fix reserved tailroom calculationBenjamin Poirier2-4/+2
2016-03-24tcp: convert cached rtt from usec to jiffies when feeding initial rtoKonstantin Khlebnikov1-1/+1
2016-03-24mac80211: minstrel_ht: set default tx aggregation timeout to 0Felix Fietkau1-1/+1
2016-03-24mac80211: fix use of uninitialised values in RX aggregationChris Bainbridge1-1/+1
2016-03-24cfg80211/wext: fix message orderingJohannes Berg2-1/+4
2016-03-24wext: fix message delay/orderingJohannes Berg1-11/+40
2016-03-24sctp: Fix port hash table size computationNeil Horman1-9/+38
2016-03-24rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov2-2/+2
2016-03-24route: check and remove route cache when we get routeXin Long1-14/+63
2016-03-24ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet4-3/+11
2016-03-24net:Add sysctl_max_skb_fragsHans Westgaard Ry3-2/+14
2016-03-24net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu2-9/+17
2016-03-09ipv6/udp: use sticky pktinfo egress ifindex on connect()Paolo Abeni1-0/+3
2016-03-09tcp: fix NULL deref in tcp_v4_send_ack()Eric Dumazet1-5/+8
2016-03-09af_iucv: Validate socket address length in iucv_sock_bind()Ursula Braun1-0/+3
2016-03-08unix_diag: fix incorrect sign extension in unix_lookup_by_inoDmitry V. Levin1-1/+1
2016-03-08af_unix: Guard against other == sk in unix_dgram_sendmsgRainer Weikusat1-1/+6
2016-03-08af_unix: Don't set err in unix_stream_read_generic unless there was an errorRainer Weikusat1-6/+10
2016-03-08libceph: don't bail early from try_read() when skipping a messageIlya Dryomov1-2/+2
2016-03-08sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi1-1/+1
2016-02-25sctp: translate network order to host order when users get a hmacidXin Long1-2/+7
2016-02-25ipv6: fix a lockdep splatEric Dumazet1-2/+3
2016-02-25unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa3-6/+13
2016-02-25netlink: not trim skb for mmaped socket when dumpKen-ichirou MATSUZAWA1-1/+2
2016-02-25sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner1-0/+1
2016-02-25af_unix: fix struct pid memory leakEric Dumazet1-0/+1
2016-02-25rfkill: fix rfkill_fop_read wait_event usageJohannes Berg1-12/+4
2016-02-25mac80211: Requeue work after scan complete for all VIF types.Sachin Kulkarni5-19/+11