summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-08-23tcp: make challenge acks less predictableEric Dumazet1-5/+12
2016-08-23rds: fix an infoleak in rds_inc_info_copyKangjie Lu1-0/+2
2016-08-23tipc: fix an infoleak in tipc_nl_compat_link_dumpKangjie Lu1-1/+2
2016-08-23batman-adv: Fix use-after-free/double-free of tt_req_nodeSven Eckelmann2-5/+38
2016-06-15net: fix a kernel infoleak in x25 moduleKangjie Lu1-0/+1
2016-06-15net: fix infoleak in rtnetlinkKangjie Lu1-8/+10
2016-06-15net: fix infoleak in llcKangjie Lu1-0/+1
2016-06-15nf_conntrack: avoid kernel pointer value leak in slab nameLinus Torvalds1-1/+3
2016-06-15batman-adv: Fix broadcast/ogm queue limit on a removed interfaceLinus Lüssing1-0/+6
2016-06-15batman-adv: Reduce refcnt of removed router when updating routeSven Eckelmann1-0/+9
2016-06-15batman-adv: Check skb size before using encapsulated ETH+VLAN headerSven Eckelmann1-2/+6
2016-06-15nl80211: check netlink protocol in socket release notificationDmitry Ivanov1-1/+1
2016-06-15Revert "ax25: add link layer header validation function"Ben Hutchings1-15/+0
2016-05-01netfilter: x_tables: fix unconditional helperFlorian Westphal3-33/+31
2016-05-01ipv6: Count in extension headers in skb->network_headerJakub Sitnicki1-5/+4
2016-05-01ipv4: l2tp: fix a potential issue in l2tp_ip_recvHaishuang Yan1-3/+5
2016-05-01xfrm: Fix crash observed during device unregistration and decryptionsubashab@codeaurora.org1-0/+3
2016-05-01ax25: add link layer header validation functionWillem de Bruijn1-0/+15
2016-05-01sctp: lack the check for ports in sctp_v6_cmp_addrXin Long1-0/+2
2016-05-01sctp: Fix port hash table size computationNeil Horman1-9/+38
2016-05-01ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet4-3/+11
2016-05-01net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu2-9/+17
2016-05-01ipv6/udp: use sticky pktinfo egress ifindex on connect()Paolo Abeni1-0/+3
2016-05-01af_iucv: Validate socket address length in iucv_sock_bind()Ursula Braun1-0/+3
2016-05-01ipv6: update skb->csum when CE mark is propagatedEric Dumazet4-4/+4
2016-05-01phonet: properly unshare skbs in phonet_rcv()Eric Dumazet1-0/+4
2016-05-01tcp_yeah: don't set ssthresh below 2Neal Cardwell1-1/+1
2016-05-01bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa1-1/+4
2016-05-01sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long2-4/+5
2016-05-01ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller3-2/+18
2016-05-01netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal3-6/+12
2016-05-01netfilter: x_tables: validate e->target_offset earlyFlorian Westphal3-27/+24
2016-05-01net: Fix use after free in the recvmmsg exit pathArnaldo Carvalho de Melo1-19/+19
2016-05-01ipvs: correct initial offset of Call-ID header search in SIP persistence engineMarco Angaroni1-1/+1
2016-05-01mac80211: fix memory leakSudip Mukherjee1-1/+3
2016-05-01mac80211: avoid excessive stack usage in sta_infoArnd Bergmann1-5/+8
2016-04-01mld, igmp: Fix reserved tailroom calculationBenjamin Poirier2-4/+2
2016-04-01sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi1-1/+1
2016-04-01mac80211: minstrel_ht: set default tx aggregation timeout to 0Felix Fietkau1-1/+1
2016-04-01af_unix: Guard against other == sk in unix_dgram_sendmsgRainer Weikusat1-1/+6
2016-04-01af_unix: Don't set err in unix_stream_read_generic unless there was an errorRainer Weikusat1-6/+10
2016-04-01mac80211: fix use of uninitialised values in RX aggregationChris Bainbridge1-1/+1
2016-04-01cfg80211/wext: fix message orderingJohannes Berg2-1/+6
2016-04-01wext: fix message delay/orderingJohannes Berg1-11/+40
2016-02-27unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa3-6/+13
2016-02-27unix: properly account for FDs passed over unix socketswilly tarreau2-8/+30
2016-02-27sctp: translate network order to host order when users get a hmacidXin Long1-2/+7
2016-02-27rfkill: fix rfkill_fop_read wait_event usageJohannes Berg1-12/+4
2016-02-27sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner1-0/+1
2016-02-27af_unix: fix struct pid memory leakEric Dumazet1-0/+1