summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields2016-07-121-2/+10
* af_unix: Fix splice-bind deadlockRainer Weikusat2016-07-111-26/+40
* VFS: AF_UNIX sockets should call mknod on the top layer onlyDavid Howells2016-07-111-1/+1
* VFS: net/unix: d_backing_inode() annotationsDavid Howells2016-07-112-4/+4
* wext: Fix 32 bit iwpriv compatibility issue with 64 bit KernelPrasun Maiti2016-06-191-2/+23
* mac80211: mesh: flush mesh paths unconditionallyBob Copeland2016-06-191-0/+4
* sunrpc: fix stripping of padded MIC tokensTomáš Trnka2016-06-061-2/+2
* nf_conntrack: avoid kernel pointer value leak in slab nameLinus Torvalds2016-05-171-1/+3
* nl80211: check netlink protocol in socket release notificationDmitry Ivanov2016-05-081-1/+1
* tcp_cubic: do not set epoch_start in the futureEric Dumazet2016-04-231-2/+8
* tcp_cubic: better follow cubic curve after idle periodEric Dumazet2016-04-201-0/+16
* net: Fix skb_set_peeked use-after-free bugHerbert Xu2016-04-121-6/+7
* net: Clone skb before setting peeked flagHerbert Xu2016-04-121-3/+38
* mac80211: Fix Public Action frame RX in AP modeJouni Malinen2016-03-221-0/+1
* mac80211: minstrel_ht: set default tx aggregation timeout to 0Felix Fietkau2016-03-201-1/+1
* mac80211: fix use of uninitialised values in RX aggregationChris Bainbridge2016-03-201-1/+1
* cfg80211/wext: fix message orderingJohannes Berg2016-03-202-1/+4
* wext: fix message delay/orderingJohannes Berg2016-03-201-11/+40
* ipv6: drop frames with attached skb->sk in forwardingHannes Frederic Sowa2016-03-141-0/+3
* Correct backport for ip6_gre: release cached dst on tunnel removalSasha Levin2016-03-141-0/+1
* libceph: don't bail early from try_read() when skipping a messageIlya Dryomov2016-03-101-2/+2
* sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi2016-03-081-1/+1
* xfrm: dst_entries_init() per-net dst_opsDan Streetman2016-02-153-62/+75
* ipv6: update skb->csum when CE mark is propagatedEric Dumazet2016-02-151-1/+1
* net: bpf: reject invalid shiftsRabin Vincent2016-02-151-0/+5
* phonet: properly unshare skbs in phonet_rcv()Eric Dumazet2016-02-151-0/+4
* tcp_yeah: don't set ssthresh below 2Neal Cardwell2016-02-151-1/+1
* ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet2016-02-151-0/+2
* net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memorySasha Levin2016-02-151-1/+1
* net: possible use after free in dst_releaseFrancesco Ruggeri2016-02-151-1/+2
* net: sched: fix missing free per cpu on qstatsJohn Fastabend2016-02-151-1/+3
* bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa2016-02-151-1/+4
* unix: properly account for FDs passed over unix socketswilly tarreau2016-02-152-8/+32
* sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long2016-02-152-4/+5
* ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin2016-02-151-1/+1
* rfkill: fix rfkill_fop_read wait_event usageJohannes Berg2016-02-151-12/+4
* mac80211: Requeue work after scan complete for all VIF types.Sachin Kulkarni2016-02-155-19/+11
* mac802154: fix typo IEEE802515 to IEEE802154Alexander Aring2016-02-091-3/+3
* net: check both type and procotol for tcp socketsWANG Cong2016-01-222-2/+4
* RDS: verify the underlying transport exists before creating a connectionSasha Levin2016-01-221-0/+6
* RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas2016-01-212-7/+3
* unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat2016-01-151-19/+164
* af_unix: Revert 'lock_interruptible' in stream receive codeRainer Weikusat2016-01-151-10/+3
* fou: clean up socket with kfree_rcuHannes Frederic Sowa2016-01-151-1/+2
* bluetooth: Validate socket address length in sco_sock_bind().David S. Miller2016-01-151-0/+3
* skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich2016-01-151-1/+1
* vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich2016-01-151-1/+2
* net: fix IP early demux racesEric Dumazet2016-01-152-5/+3
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2016-01-155-0/+15
* ipv6: sctp: clone options to avoid use after freeEric Dumazet2016-01-151-0/+8