summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-07-12ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo
2016-07-12ipv6: l2tp: fix a potential issue in l2tp_ip6_recvHaishuang Yan
2016-07-12ipv4: l2tp: fix a potential issue in l2tp_ip_recvHaishuang Yan
2016-07-12xfrm: Fix crash observed during device unregistration and decryptionsubashab@codeaurora.org
2016-07-12ipv4: fix broadcast packets receptionPaolo Abeni
2016-07-12net: Fix use after free in the recvmmsg exit pathArnaldo Carvalho de Melo
2016-07-12ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller
2016-07-12udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld
2016-07-12ipv6: re-enable fragment header matching in ipv6_find_hdrFlorian Westphal
2016-07-12sctp: lack the check for ports in sctp_v6_cmp_addrXin Long
2016-07-12tcp: convert cached rtt from usec to jiffies when feeding initial rtoKonstantin Khlebnikov
2016-07-12nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields
2016-07-11af_unix: Fix splice-bind deadlockRainer Weikusat
2016-07-11VFS: AF_UNIX sockets should call mknod on the top layer onlyDavid Howells
2016-07-11VFS: net/unix: d_backing_inode() annotationsDavid Howells
2016-06-19wext: Fix 32 bit iwpriv compatibility issue with 64 bit KernelPrasun Maiti
2016-06-19mac80211: mesh: flush mesh paths unconditionallyBob Copeland
2016-06-06sunrpc: fix stripping of padded MIC tokensTomáš Trnka
2016-05-17nf_conntrack: avoid kernel pointer value leak in slab nameLinus Torvalds
2016-05-08nl80211: check netlink protocol in socket release notificationDmitry Ivanov
2016-04-23tcp_cubic: do not set epoch_start in the futureEric Dumazet
2016-04-20tcp_cubic: better follow cubic curve after idle periodEric Dumazet
2016-04-12net: Fix skb_set_peeked use-after-free bugHerbert Xu
2016-04-12net: Clone skb before setting peeked flagHerbert Xu
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-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-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-01-22net: check both type and procotol for tcp socketsWANG Cong