summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: fix a kernel infoleak in x25 moduleKangjie Lu2016-05-181-0/+1
* net: bridge: fix old ioctl unlocked net device walkNikolay Aleksandrov2016-05-181-2/+3
* VSOCK: do not disconnect socket when peer has shutdown SEND onlyIan Campbell2016-05-181-20/+1
* net: fix infoleak in rtnetlinkKangjie Lu2016-05-181-8/+10
* net: fix infoleak in llcKangjie Lu2016-05-181-0/+1
* packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interfaceMathias Krause2016-05-181-0/+1
* route: do not cache fib route info on local routes with oifChris Friesen2016-05-181-0/+12
* decnet: Do not build routes to devices without decnet private data.David S. Miller2016-05-181-1/+8
* batman-adv: Reduce refcnt of removed router when updating routeSven Eckelmann2016-05-111-0/+9
* batman-adv: Fix broadcast/ogm queue limit on a removed interfaceLinus Lüssing2016-05-111-0/+6
* batman-adv: Check skb size before using encapsulated ETH+VLAN headerSven Eckelmann2016-05-111-2/+6
* ipvs: correct initial offset of Call-ID header search in SIP persistence engineMarco Angaroni2016-05-111-1/+1
* sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceNeilBrown2016-05-041-3/+3
* nl80211: check netlink protocol in socket release notificationDmitry Ivanov2016-05-041-1/+1
* mac80211: fix unnecessary frame drops in mesh fwdingMichal Kazior2016-04-201-2/+3
* ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo2016-04-201-1/+1
* ipv6: l2tp: fix a potential issue in l2tp_ip6_recvHaishuang Yan2016-04-201-3/+5
* ipv4: l2tp: fix a potential issue in l2tp_ip_recvHaishuang Yan2016-04-201-3/+5
* ipv4: fix broadcast packets receptionPaolo Abeni2016-04-201-4/+8
* net: Fix use after free in the recvmmsg exit pathArnaldo Carvalho de Melo2016-04-201-19/+19
* udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld2016-04-201-4/+2
* ipv6: re-enable fragment header matching in ipv6_find_hdrFlorian Westphal2016-04-201-1/+5
* sctp: lack the check for ports in sctp_v6_cmp_addrXin Long2016-04-201-0/+2
* mac80211: minstrel_ht: set default tx aggregation timeout to 0Felix Fietkau2016-03-161-1/+1
* mac80211: fix use of uninitialised values in RX aggregationChris Bainbridge2016-03-161-1/+1
* wext: fix message delay/orderingJohannes Berg2016-03-161-11/+40
* sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi2016-03-031-1/+1
* rfkill: fix rfkill_fop_read wait_event usageJohannes Berg2016-03-031-12/+4
* libceph: don't bail early from try_read() when skipping a messageIlya Dryomov2016-03-031-2/+2
* rfkill: copy the name into the rfkill structJohannes Berg2016-03-031-3/+3
* RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas2016-03-032-7/+3
* mac80211: mesh: fix call_rcu() usageJohannes Berg2016-03-031-4/+4
* unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2016-03-033-6/+13
* RDS: verify the underlying transport exists before creating a connectionSasha Levin2016-03-031-0/+6
* ipv6: addrconf: validate new MTU before applying itMarcelo Leitner2016-03-031-1/+16
* netfilter: ip6t_SYNPROXY: fix NULL pointer dereferencePhil Sutter2016-03-031-8/+10
* netfilter: ipt_rpfilter: remove the nh_scope test in rpfilter_lookup_reverselucien2016-03-031-3/+1
* netfilter: nf_tables: fix bogus warning in nft_data_uninit()Mirek Kratochvil2016-03-031-2/+2
* ip6mr: call del_timer_sync() in ip6mr_free_table()WANG Cong2016-02-251-1/+1
* ipv6: update skb->csum when CE mark is propagatedEric Dumazet2016-01-281-1/+1
* phonet: properly unshare skbs in phonet_rcv()Eric Dumazet2016-01-281-0/+4
* tcp_yeah: don't set ssthresh below 2Neal Cardwell2016-01-281-1/+1
* net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memorySasha Levin2016-01-281-1/+1
* net: possible use after free in dst_releaseFrancesco Ruggeri2016-01-281-1/+2
* bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa2016-01-281-1/+4
* unix: properly account for FDs passed over unix socketswilly tarreau2016-01-282-8/+32
* sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long2016-01-282-4/+5
* ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin2016-01-281-1/+1
* af_unix: Revert 'lock_interruptible' in stream receive codeRainer Weikusat2016-01-221-10/+3
* bluetooth: Validate socket address length in sco_sock_bind().David S. Miller2016-01-221-0/+3