summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-01-31batman-adv: Avoid recursive call_rcu for batadv_nc_nodeSven Eckelmann1-11/+8
2016-01-31batman-adv: Avoid recursive call_rcu for batadv_bla_claimSven Eckelmann1-7/+3
2016-01-31tcp/dccp: fix timewait races in timer handlingEric Dumazet3-15/+18
2016-01-31bridge: fix lockdep addr_list_lock false positive splatNikolay Aleksandrov1-0/+8
2016-01-31ipv6: update skb->csum when CE mark is propagatedEric Dumazet1-1/+1
2016-01-31net: bpf: reject invalid shiftsRabin Vincent1-0/+5
2016-01-31phonet: properly unshare skbs in phonet_rcv()Eric Dumazet1-0/+4
2016-01-31net: preserve IP control block during GSO segmentationKonstantin Khlebnikov4-4/+9
2016-01-31udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček2-2/+2
2016-01-31tcp_yeah: don't set ssthresh below 2Neal Cardwell1-1/+1
2016-01-31ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet1-0/+2
2016-01-31net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memorySasha Levin1-1/+1
2016-01-31net: possible use after free in dst_releaseFrancesco Ruggeri1-1/+2
2016-01-31net: sched: fix missing free per cpu on qstatsJohn Fastabend1-1/+3
2016-01-31bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa1-1/+4
2016-01-31unix: properly account for FDs passed over unix socketswilly tarreau2-9/+28
2016-01-31sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long2-4/+5
2016-01-31addrconf: always initialize sysctl table dataWANG Cong1-7/+4
2016-01-31ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin1-1/+1
2016-01-23tcp: restore fastopen with no data in SYN packetEric Dumazet1-11/+12
2016-01-23af_unix: Revert 'lock_interruptible' in stream receive codeRainer Weikusat1-10/+3
2016-01-23fou: clean up socket with kfree_rcuHannes Frederic Sowa1-1/+2
2016-01-23ipv6: automatically enable stable privacy mode if stable_secret setHannes Frederic Sowa1-0/+6
2016-01-23net: fix uninitialized variable issuetadeusz.struk@intel.com1-0/+1
2016-01-23bluetooth: Validate socket address length in sco_sock_bind().David S. Miller1-0/+3
2016-01-23net_sched: make qdisc_tree_decrease_qlen() work for non mqEric Dumazet1-1/+1
2016-01-23net: check both type and procotol for tcp socketsWANG Cong2-2/+4
2016-01-23skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich1-1/+1
2016-01-23vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich1-1/+2
2016-01-23net: fix IP early demux racesEric Dumazet2-5/+3
2016-01-23net: add validation for the socket syscall protocol argumentHannes Frederic Sowa5-0/+15
2016-01-23ipv6: sctp: clone options to avoid use after freeEric Dumazet1-0/+8
2016-01-23sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner1-0/+1
2016-01-23sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2-2/+3
2016-01-23sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner1-2/+2
2016-01-23ipv6: keep existing flags when setting IFA_F_OPTIMISTICBjørn Mork1-1/+1
2016-01-23gre6: allow to update all parameters via rtnlNicolas Dichtel1-5/+3
2015-12-15net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet4-14/+23
2015-12-15ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet1-1/+8
2015-12-15net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov1-2/+2
2015-12-15ipv6: add complete rcu protection around np->optEric Dumazet11-50/+101
2015-12-15RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas2-7/+3
2015-12-15ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2-5/+10
2015-12-15net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2015-12-15net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2015-12-15net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann1-0/+2
2015-12-15tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet1-0/+1
2015-12-15tcp: fix potential huge kmalloc() calls in TCP_REPAIREric Dumazet1-3/+19
2015-12-15tcp: disable Fast Open on timeouts after handshakeYuchung Cheng1-0/+12
2015-12-15tcp: md5: fix lockdep annotationEric Dumazet1-1/+2