summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-01-31xfrm: dst_entries_init() per-net dst_opsDan Streetman
2016-01-31batman-adv: Drop immediate orig_node free functionSven Eckelmann
2016-01-31batman-adv: Drop immediate batadv_hard_iface free functionSven Eckelmann
2016-01-31batman-adv: Drop immediate neigh_ifinfo free functionSven Eckelmann
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-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-31net: pktgen: fix null ptr deref in skb allocationJohn Fastabend
2016-01-31sched,cls_flower: set key address type when presentJamal Hadi Salim
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-31tcp: fix zero cwnd in tcp_cwnd_reductionYuchung Cheng
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-31af_unix: Fix splice-bind deadlockRainer Weikusat
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-31openvswitch: correct encoding of set tunnel action attributesSimon Horman
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-22openvswitch: Respect conntrack zone even if invalidJoe Stringer
2016-01-22openvswitch: Fix helper reference leakJoe Stringer
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
2016-01-22tipc: Fix kfree_skb() of uninitialised pointerBen Hutchings