summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-01-31xfrm: dst_entries_init() per-net dst_opsDan Streetman3-62/+75
2016-01-31batman-adv: Drop immediate orig_node free functionSven Eckelmann3-27/+13
2016-01-31batman-adv: Drop immediate batadv_hard_iface free functionSven Eckelmann2-19/+7
2016-01-31batman-adv: Drop immediate neigh_ifinfo free functionSven Eckelmann1-24/+10
2016-01-31batman-adv: Drop immediate batadv_neigh_node free functionSven Eckelmann1-23/+10
2016-01-31batman-adv: Drop immediate batadv_orig_ifinfo free functionSven Eckelmann1-28/+31
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-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-31net: pktgen: fix null ptr deref in skb allocationJohn Fastabend1-1/+3
2016-01-31sched,cls_flower: set key address type when presentJamal Hadi Salim1-2/+8
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-31tcp: fix zero cwnd in tcp_cwnd_reductionYuchung Cheng1-0/+3
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-31af_unix: Fix splice-bind deadlockRainer Weikusat1-26/+40
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-31openvswitch: correct encoding of set tunnel action attributesSimon Horman1-1/+3
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-23openvswitch: Respect conntrack zone even if invalidJoe Stringer1-2/+5
2016-01-23openvswitch: Fix helper reference leakJoe Stringer1-1/+8
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
2016-01-23tipc: Fix kfree_skb() of uninitialised pointerBen Hutchings1-1/+1