aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-04-21 Merge tag 'v3.18.31' into linux-linaro-lsk-v3.18Alex Shi
2016-04-12net: Fix skb_set_peeked use-after-free bugHerbert Xu
2016-04-12net: Clone skb before setting peeked flagHerbert Xu
2016-04-07Merge remote-tracking branch 'lts/linux-3.18.y' into linux-linaro-lsk-v3.18Alex Shi
2016-03-22mac80211: Fix Public Action frame RX in AP modeJouni Malinen
2016-03-20mac80211: minstrel_ht: set default tx aggregation timeout to 0Felix Fietkau
2016-03-20mac80211: fix use of uninitialised values in RX aggregationChris Bainbridge
2016-03-20cfg80211/wext: fix message orderingJohannes Berg
2016-03-20wext: fix message delay/orderingJohannes Berg
2016-03-18 Merge tag 'v3.18.29' into linux-linaro-lsk-v3.18lsk-v3.18-16.03Alex Shi
2016-03-14ipv6: drop frames with attached skb->sk in forwardingHannes Frederic Sowa
2016-03-14Correct backport for ip6_gre: release cached dst on tunnel removalSasha Levin
2016-03-10libceph: don't bail early from try_read() when skipping a messageIlya Dryomov
2016-03-08sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi
2016-02-26 Merge tag 'v3.18.27' into linux-linaro-lsk-v3.18Alex Shi
2016-02-15xfrm: dst_entries_init() per-net dst_opsDan Streetman
2016-02-15ipv6: update skb->csum when CE mark is propagatedEric Dumazet
2016-02-15net: bpf: reject invalid shiftsRabin Vincent
2016-02-15phonet: properly unshare skbs in phonet_rcv()Eric Dumazet
2016-02-15tcp_yeah: don't set ssthresh below 2Neal Cardwell
2016-02-15ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet
2016-02-15net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memorySasha Levin
2016-02-15net: possible use after free in dst_releaseFrancesco Ruggeri
2016-02-15net: sched: fix missing free per cpu on qstatsJohn Fastabend
2016-02-15bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa
2016-02-15unix: properly account for FDs passed over unix socketswilly tarreau
2016-02-15sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long
2016-02-15ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin
2016-02-15rfkill: fix rfkill_fop_read wait_event usageJohannes Berg
2016-02-15mac80211: Requeue work after scan complete for all VIF types.Sachin Kulkarni
2016-02-09mac802154: fix typo IEEE802515 to IEEE802154Alexander Aring
2016-02-05Merge tag 'v3.18.26' into linux-linaro-lsk-v3.18lsk-v3.18-16.02Mark Brown
2016-01-22net: check both type and procotol for tcp socketsWANG Cong
2016-01-22RDS: verify the underlying transport exists before creating a connectionSasha Levin
2016-01-21RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas
2016-01-15unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat
2016-01-15af_unix: Revert 'lock_interruptible' in stream receive codeRainer Weikusat
2016-01-15fou: clean up socket with kfree_rcuHannes Frederic Sowa
2016-01-15bluetooth: Validate socket address length in sco_sock_bind().David S. Miller
2016-01-15skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich
2016-01-15vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich
2016-01-15net: fix IP early demux racesEric Dumazet
2016-01-15net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2016-01-15ipv6: sctp: clone options to avoid use after freeEric Dumazet
2016-01-15sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner
2016-01-15sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2016-01-15sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner
2016-01-15gre6: allow to update all parameters via rtnlNicolas Dichtel
2016-01-14Merge remote-tracking branch 'lts/linux-3.18.y' into linux-linaro-lsk-v3.18lsk-v3.18-16.01Alex Shi
2015-12-14ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet