summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-04-23netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal
2016-04-21netfilter: x_tables: fix unconditional helperFlorian Westphal
2016-04-21netfilter: x_tables: validate e->target_offset earlyFlorian Westphal
2016-04-21SUNRPC: Fix large reads on NFS/RDMAChuck Lever
2016-04-20mac80211: fix unnecessary frame drops in mesh fwdingMichal Kazior
2016-04-19ipv6: Count in extension headers in skb->network_headerJakub Sitnicki
2016-04-19ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo
2016-04-19ipv6: l2tp: fix a potential issue in l2tp_ip6_recvHaishuang Yan
2016-04-19ipv4: l2tp: fix a potential issue in l2tp_ip_recvHaishuang Yan
2016-04-19xfrm: Fix crash observed during device unregistration and decryptionsubashab@codeaurora.org
2016-04-18net: Fix use after free in the recvmmsg exit pathArnaldo Carvalho de Melo
2016-04-18udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld
2016-04-18ipv6: re-enable fragment header matching in ipv6_find_hdrFlorian Westphal
2016-04-18sctp: lack the check for ports in sctp_v6_cmp_addrXin Long
2016-04-18tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris
2016-04-11mld, igmp: Fix reserved tailroom calculationBenjamin Poirier
2016-04-11ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann
2016-03-30ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller
2016-03-14mac80211: minstrel_ht: set default tx aggregation timeout to 0Felix Fietkau
2016-03-14wext: fix message delay/orderingJohannes Berg
2016-03-07unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa
2016-03-07unix: properly account for FDs passed over unix socketswilly tarreau
2016-03-03sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi
2016-03-03rfkill: fix rfkill_fop_read wait_event usageJohannes Berg
2016-03-03libceph: don't bail early from try_read() when skipping a messageIlya Dryomov
2016-03-03rfkill: copy the name into the rfkill structJohannes Berg
2016-03-03mac80211: mesh: fix call_rcu() usageJohannes Berg
2016-03-02sctp: Fix port hash table size computationNeil Horman
2016-03-02unix_diag: fix incorrect sign extension in unix_lookup_by_inoDmitry V. Levin
2016-03-02rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov
2016-03-02route: check and remove route cache when we get routeXin Long
2016-03-02af_unix: Guard against other == sk in unix_dgram_sendmsgRainer Weikusat
2016-03-02ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet
2016-03-02sctp: translate network order to host order when users get a hmacidXin Long
2016-03-02net:Add sysctl_max_skb_fragsHans Westgaard Ry
2016-03-02ipv6: fix a lockdep splatEric Dumazet
2016-03-02net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu
2016-03-02ipv6/udp: use sticky pktinfo egress ifindex on connect()Paolo Abeni
2016-03-02sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner
2016-03-02af_unix: fix struct pid memory leakEric Dumazet
2016-03-02tcp: fix NULL deref in tcp_v4_send_ack()Eric Dumazet
2016-03-02af_iucv: Validate socket address length in iucv_sock_bind()Ursula Braun
2016-02-12xfrm: dst_entries_init() per-net dst_opsDan Streetman
2016-02-12ipv6: update skb->csum when CE mark is propagatedEric Dumazet
2016-02-12phonet: properly unshare skbs in phonet_rcv()Eric Dumazet
2016-02-12tcp_yeah: don't set ssthresh below 2Neal Cardwell
2016-02-12ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet
2016-02-12net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memorySasha Levin
2016-02-12bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa
2016-01-28sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long