summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-01-11udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček
2016-01-11net: pktgen: fix null ptr deref in skb allocationJohn Fastabend
2016-01-11sched,cls_flower: set key address type when presentJamal Hadi Salim
2016-01-11tcp_yeah: don't set ssthresh below 2Neal Cardwell
2016-01-11sctp: fix use-after-free in pr_debug statementMarcelo Ricardo Leitner
2016-01-11unix: properly account for FDs passed over unix socketswilly tarreau
2016-01-11ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet
2016-01-10net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memorySasha Levin
2016-01-10udp: restrict offloads to one namespaceHannes Frederic Sowa
2016-01-07batman-adv: Fix invalid read while copying bat_iv.bcast_ownSven Eckelmann
2016-01-06tcp: fix zero cwnd in tcp_cwnd_reductionYuchung Cheng
2016-01-06net: possible use after free in dst_releaseFrancesco Ruggeri
2016-01-06net: sched: fix missing free per cpu on qstatsJohn Fastabend
2016-01-05bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa
2016-01-05af_unix: Fix splice-bind deadlockRainer Weikusat
2016-01-05net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern
2015-12-30sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long
2015-12-30net, socket, socket_wq: fix missing initialization of flagsNicolai Stange
2015-12-29openvswitch: Fix template leak in error cases.Joe Stringer
2015-12-28sctp: label accepted/peeled off socketsMarcelo Ricardo Leitner
2015-12-28sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner
2015-12-24ipv6: honor ifindex in case we receive ll addresses in router advertisementsHannes Frederic Sowa
2015-12-22addrconf: always initialize sysctl table dataWANG Cong
2015-12-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2015-12-22ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin
2015-12-22switchdev: bridge: Pass ageing time as clock_t instead of jiffiesIdo Schimmel
2015-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-12-18openvswitch: correct encoding of set tunnel action attributesSimon Horman
2015-12-18ipip: ioctl: Remove superfluous IP-TTL handling.Pravin B Shelar
2015-12-18netfilter: nft_ct: include direction when dumping NFT_CT_L3PROTOCOL keyFlorian Westphal
2015-12-18netfilter: nf_tables: use skb->protocol instead of assuming ethernet headerPablo Neira Ayuso
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-12-17net: check both type and procotol for tcp socketsWANG Cong
2015-12-17tcp: restore fastopen with no data in SYN packetEric Dumazet
2015-12-17af_unix: Revert 'lock_interruptible' in stream receive codeRainer Weikusat
2015-12-17fou: clean up socket with kfree_rcuHannes Frederic Sowa
2015-12-16Merge tag 'mac80211-for-davem-2015-12-15' of git://git.kernel.org/pub/scm/lin...David S. Miller
2015-12-16ipv6: automatically enable stable privacy mode if stable_secret setHannes Frederic Sowa
2015-12-15net: fix uninitialized variable issuetadeusz.struk@intel.com
2015-12-15bluetooth: Validate socket address length in sco_sock_bind().David S. Miller
2015-12-15net_sched: make qdisc_tree_decrease_qlen() work for non mqEric Dumazet
2015-12-15mac80211: handle width changes from opmode notification IE in beaconEyal Shapira
2015-12-15mac80211: suppress unchanged "limiting TX power" messagesJohannes Berg
2015-12-15mac80211: reprogram in interface orderJohannes Berg
2015-12-15mac80211: run scan completed work on reconfig failureJohannes Berg
2015-12-15nl80211: Fix potential memory leak in nl80211_connectOla Olsson
2015-12-15nl80211: Fix potential memory leak in nl80211_set_wowlanOla Olsson
2015-12-15nl80211: fix a few memory leaks in reg.cOla Olsson
2015-12-15skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich
2015-12-15net: fix IP early demux racesEric Dumazet