summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: fix a kernel infoleak in x25 moduleKangjie Lu2016-06-151-0/+1
* net: fix infoleak in rtnetlinkKangjie Lu2016-06-151-8/+10
* net: fix infoleak in llcKangjie Lu2016-06-151-0/+1
* nf_conntrack: avoid kernel pointer value leak in slab nameLinus Torvalds2016-06-151-1/+3
* batman-adv: Fix broadcast/ogm queue limit on a removed interfaceLinus Lüssing2016-06-151-0/+6
* batman-adv: Reduce refcnt of removed router when updating routeSven Eckelmann2016-06-151-0/+9
* batman-adv: Check skb size before using encapsulated ETH+VLAN headerSven Eckelmann2016-06-151-2/+6
* nl80211: check netlink protocol in socket release notificationDmitry Ivanov2016-06-151-1/+1
* Revert "ax25: add link layer header validation function"Ben Hutchings2016-06-151-15/+0
* netfilter: x_tables: fix unconditional helperFlorian Westphal2016-05-013-33/+31
* ipv6: Count in extension headers in skb->network_headerJakub Sitnicki2016-05-011-5/+4
* ipv4: l2tp: fix a potential issue in l2tp_ip_recvHaishuang Yan2016-05-011-3/+5
* xfrm: Fix crash observed during device unregistration and decryptionsubashab@codeaurora.org2016-05-011-0/+3
* ax25: add link layer header validation functionWillem de Bruijn2016-05-011-0/+15
* sctp: lack the check for ports in sctp_v6_cmp_addrXin Long2016-05-011-0/+2
* sctp: Fix port hash table size computationNeil Horman2016-05-011-9/+38
* ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet2016-05-014-3/+11
* net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu2016-05-012-9/+17
* ipv6/udp: use sticky pktinfo egress ifindex on connect()Paolo Abeni2016-05-011-0/+3
* af_iucv: Validate socket address length in iucv_sock_bind()Ursula Braun2016-05-011-0/+3
* ipv6: update skb->csum when CE mark is propagatedEric Dumazet2016-05-014-4/+4
* phonet: properly unshare skbs in phonet_rcv()Eric Dumazet2016-05-011-0/+4
* tcp_yeah: don't set ssthresh below 2Neal Cardwell2016-05-011-1/+1
* bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa2016-05-011-1/+4
* sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long2016-05-012-4/+5
* ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller2016-05-013-2/+18
* netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal2016-05-013-6/+12
* netfilter: x_tables: validate e->target_offset earlyFlorian Westphal2016-05-013-27/+24
* net: Fix use after free in the recvmmsg exit pathArnaldo Carvalho de Melo2016-05-011-19/+19
* ipvs: correct initial offset of Call-ID header search in SIP persistence engineMarco Angaroni2016-05-011-1/+1
* mac80211: fix memory leakSudip Mukherjee2016-05-011-1/+3
* mac80211: avoid excessive stack usage in sta_infoArnd Bergmann2016-05-011-5/+8
* mld, igmp: Fix reserved tailroom calculationBenjamin Poirier2016-04-012-4/+2
* sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi2016-04-011-1/+1
* mac80211: minstrel_ht: set default tx aggregation timeout to 0Felix Fietkau2016-04-011-1/+1
* af_unix: Guard against other == sk in unix_dgram_sendmsgRainer Weikusat2016-04-011-1/+6
* af_unix: Don't set err in unix_stream_read_generic unless there was an errorRainer Weikusat2016-04-011-6/+10
* mac80211: fix use of uninitialised values in RX aggregationChris Bainbridge2016-04-011-1/+1
* cfg80211/wext: fix message orderingJohannes Berg2016-04-012-1/+6
* wext: fix message delay/orderingJohannes Berg2016-04-011-11/+40
* unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2016-02-273-6/+13
* unix: properly account for FDs passed over unix socketswilly tarreau2016-02-272-8/+30
* sctp: translate network order to host order when users get a hmacidXin Long2016-02-271-2/+7
* rfkill: fix rfkill_fop_read wait_event usageJohannes Berg2016-02-271-12/+4
* sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner2016-02-271-0/+1
* af_unix: fix struct pid memory leakEric Dumazet2016-02-271-0/+1
* sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss2016-02-131-15/+19
* ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet2016-02-131-0/+2
* udp: properly support MSG_PEEK with truncated buffersEric Dumazet2016-01-222-4/+8
* Revert "net: add length argument to skb_copy_and_csum_datagram_iovec"Ben Hutchings2016-01-226-12/+6