summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* xfrm: dst_entries_init() per-net dst_opsDan Streetman2016-01-313-62/+75
* batman-adv: Drop immediate orig_node free functionSven Eckelmann2016-01-313-27/+13
* batman-adv: Drop immediate batadv_hard_iface free functionSven Eckelmann2016-01-312-19/+7
* batman-adv: Drop immediate neigh_ifinfo free functionSven Eckelmann2016-01-311-24/+10
* batman-adv: Drop immediate batadv_neigh_node free functionSven Eckelmann2016-01-311-23/+10
* batman-adv: Drop immediate batadv_orig_ifinfo free functionSven Eckelmann2016-01-311-28/+31
* batman-adv: Avoid recursive call_rcu for batadv_nc_nodeSven Eckelmann2016-01-311-11/+8
* batman-adv: Avoid recursive call_rcu for batadv_bla_claimSven Eckelmann2016-01-311-7/+3
* bridge: fix lockdep addr_list_lock false positive splatNikolay Aleksandrov2016-01-311-0/+8
* ipv6: update skb->csum when CE mark is propagatedEric Dumazet2016-01-311-1/+1
* net: bpf: reject invalid shiftsRabin Vincent2016-01-311-0/+5
* phonet: properly unshare skbs in phonet_rcv()Eric Dumazet2016-01-311-0/+4
* net: preserve IP control block during GSO segmentationKonstantin Khlebnikov2016-01-314-4/+9
* udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček2016-01-312-2/+2
* net: pktgen: fix null ptr deref in skb allocationJohn Fastabend2016-01-311-1/+3
* sched,cls_flower: set key address type when presentJamal Hadi Salim2016-01-311-2/+8
* tcp_yeah: don't set ssthresh below 2Neal Cardwell2016-01-311-1/+1
* ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet2016-01-311-0/+2
* net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memorySasha Levin2016-01-311-1/+1
* tcp: fix zero cwnd in tcp_cwnd_reductionYuchung Cheng2016-01-311-0/+3
* net: possible use after free in dst_releaseFrancesco Ruggeri2016-01-311-1/+2
* net: sched: fix missing free per cpu on qstatsJohn Fastabend2016-01-311-1/+3
* bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa2016-01-311-1/+4
* unix: properly account for FDs passed over unix socketswilly tarreau2016-01-312-9/+28
* af_unix: Fix splice-bind deadlockRainer Weikusat2016-01-311-26/+40
* sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long2016-01-312-4/+5
* addrconf: always initialize sysctl table dataWANG Cong2016-01-311-7/+4
* ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin2016-01-311-1/+1
* openvswitch: correct encoding of set tunnel action attributesSimon Horman2016-01-311-1/+3
* tcp: restore fastopen with no data in SYN packetEric Dumazet2016-01-221-11/+12
* af_unix: Revert 'lock_interruptible' in stream receive codeRainer Weikusat2016-01-221-10/+3
* fou: clean up socket with kfree_rcuHannes Frederic Sowa2016-01-221-1/+2
* ipv6: automatically enable stable privacy mode if stable_secret setHannes Frederic Sowa2016-01-221-0/+6
* net: fix uninitialized variable issuetadeusz.struk@intel.com2016-01-221-0/+1
* bluetooth: Validate socket address length in sco_sock_bind().David S. Miller2016-01-221-0/+3
* net_sched: make qdisc_tree_decrease_qlen() work for non mqEric Dumazet2016-01-221-1/+1
* net: check both type and procotol for tcp socketsWANG Cong2016-01-222-2/+4
* skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich2016-01-221-1/+1
* vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich2016-01-221-1/+2
* net: fix IP early demux racesEric Dumazet2016-01-222-5/+3
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2016-01-225-0/+15
* openvswitch: Respect conntrack zone even if invalidJoe Stringer2016-01-221-2/+5
* openvswitch: Fix helper reference leakJoe Stringer2016-01-221-1/+8
* ipv6: sctp: clone options to avoid use after freeEric Dumazet2016-01-221-0/+8
* sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner2016-01-221-0/+1
* sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2016-01-222-2/+3
* sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner2016-01-221-2/+2
* ipv6: keep existing flags when setting IFA_F_OPTIMISTICBjørn Mork2016-01-221-1/+1
* gre6: allow to update all parameters via rtnlNicolas Dichtel2016-01-221-5/+3
* tipc: Fix kfree_skb() of uninitialised pointerBen Hutchings2016-01-221-1/+1