summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-01-31batman-adv: Drop immediate batadv_neigh_node free functionSven Eckelmann
2016-01-31batman-adv: Drop immediate batadv_orig_ifinfo free functionSven Eckelmann
2016-01-31batman-adv: Avoid recursive call_rcu for batadv_nc_nodeSven Eckelmann
2016-01-31batman-adv: Avoid recursive call_rcu for batadv_bla_claimSven Eckelmann
2016-01-31tcp/dccp: fix timewait races in timer handlingEric Dumazet
2016-01-31bridge: fix lockdep addr_list_lock false positive splatNikolay Aleksandrov
2016-01-31ipv6: update skb->csum when CE mark is propagatedEric Dumazet
2016-01-31net: bpf: reject invalid shiftsRabin Vincent
2016-01-31phonet: properly unshare skbs in phonet_rcv()Eric Dumazet
2016-01-31net: preserve IP control block during GSO segmentationKonstantin Khlebnikov
2016-01-31udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček
2016-01-31tcp_yeah: don't set ssthresh below 2Neal Cardwell
2016-01-31ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet
2016-01-31net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memorySasha Levin
2016-01-31net: possible use after free in dst_releaseFrancesco Ruggeri
2016-01-31net: sched: fix missing free per cpu on qstatsJohn Fastabend
2016-01-31bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa
2016-01-31unix: properly account for FDs passed over unix socketswilly tarreau
2016-01-31sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long
2016-01-31addrconf: always initialize sysctl table dataWANG Cong
2016-01-31ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin
2016-01-22tcp: restore fastopen with no data in SYN packetEric Dumazet
2016-01-22af_unix: Revert 'lock_interruptible' in stream receive codeRainer Weikusat
2016-01-22fou: clean up socket with kfree_rcuHannes Frederic Sowa
2016-01-22ipv6: automatically enable stable privacy mode if stable_secret setHannes Frederic Sowa
2016-01-22net: fix uninitialized variable issuetadeusz.struk@intel.com
2016-01-22bluetooth: Validate socket address length in sco_sock_bind().David S. Miller
2016-01-22net_sched: make qdisc_tree_decrease_qlen() work for non mqEric Dumazet
2016-01-22net: check both type and procotol for tcp socketsWANG Cong
2016-01-22skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich
2016-01-22vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich
2016-01-22net: fix IP early demux racesEric Dumazet
2016-01-22net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2016-01-22ipv6: sctp: clone options to avoid use after freeEric Dumazet
2016-01-22sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner
2016-01-22sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2016-01-22sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner
2016-01-22ipv6: keep existing flags when setting IFA_F_OPTIMISTICBjørn Mork
2016-01-22gre6: allow to update all parameters via rtnlNicolas Dichtel
2015-12-14net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet
2015-12-14ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet
2015-12-14net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov
2015-12-14ipv6: add complete rcu protection around np->optEric Dumazet
2015-12-14RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas
2015-12-14ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček
2015-12-14net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov
2015-12-14net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov
2015-12-14net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann
2015-12-14tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet
2015-12-14tcp: fix potential huge kmalloc() calls in TCP_REPAIREric Dumazet