summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-05-19net: fix a kernel infoleak in x25 moduleKangjie Lu
2016-05-19net: bridge: fix old ioctl unlocked net device walkNikolay Aleksandrov
2016-05-19VSOCK: do not disconnect socket when peer has shutdown SEND onlyIan Campbell
2016-05-19net: fix infoleak in rtnetlinkKangjie Lu
2016-05-19net: fix infoleak in llcKangjie Lu
2016-05-19netem: Segment GSO packets on enqueueNeil Horman
2016-05-18ipv4/fib: don't warn when primary address is missing if in_dev is deadPaolo Abeni
2016-05-18packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interfaceMathias Krause
2016-05-18route: do not cache fib route info on local routes with oifChris Friesen
2016-05-18decnet: Do not build routes to devices without decnet private data.David S. Miller
2016-05-18net/route: enforce hoplimit max valuePaolo Abeni
2016-05-11batman-adv: Reduce refcnt of removed router when updating routeSven Eckelmann
2016-05-11batman-adv: Fix broadcast/ogm queue limit on a removed interfaceLinus Lüssing
2016-05-11batman-adv: Check skb size before using encapsulated ETH+VLAN headerSven Eckelmann
2016-05-11ipvs: correct initial offset of Call-ID header search in SIP persistence engineMarco Angaroni
2016-05-03sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceNeilBrown
2016-05-02nl80211: check netlink protocol in socket release notificationDmitry Ivanov
2016-04-23netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal
2016-04-21netfilter: x_tables: fix unconditional helperFlorian Westphal
2016-04-21netfilter: x_tables: validate e->target_offset earlyFlorian Westphal
2016-04-21SUNRPC: Fix large reads on NFS/RDMAChuck Lever
2016-04-20mac80211: fix unnecessary frame drops in mesh fwdingMichal Kazior
2016-04-19ipv6: Count in extension headers in skb->network_headerJakub Sitnicki
2016-04-19ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo
2016-04-19ipv6: l2tp: fix a potential issue in l2tp_ip6_recvHaishuang Yan
2016-04-19ipv4: l2tp: fix a potential issue in l2tp_ip_recvHaishuang Yan
2016-04-19xfrm: Fix crash observed during device unregistration and decryptionsubashab@codeaurora.org
2016-04-18net: Fix use after free in the recvmmsg exit pathArnaldo Carvalho de Melo
2016-04-18udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld
2016-04-18ipv6: re-enable fragment header matching in ipv6_find_hdrFlorian Westphal
2016-04-18sctp: lack the check for ports in sctp_v6_cmp_addrXin Long
2016-04-18tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris
2016-04-11mld, igmp: Fix reserved tailroom calculationBenjamin Poirier
2016-04-11ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann
2016-03-30ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller
2016-03-14mac80211: minstrel_ht: set default tx aggregation timeout to 0Felix Fietkau
2016-03-14wext: fix message delay/orderingJohannes Berg
2016-03-07unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa
2016-03-07unix: properly account for FDs passed over unix socketswilly tarreau
2016-03-03sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi
2016-03-03rfkill: fix rfkill_fop_read wait_event usageJohannes Berg
2016-03-03libceph: don't bail early from try_read() when skipping a messageIlya Dryomov
2016-03-03rfkill: copy the name into the rfkill structJohannes Berg
2016-03-03mac80211: mesh: fix call_rcu() usageJohannes Berg
2016-03-02sctp: Fix port hash table size computationNeil Horman
2016-03-02unix_diag: fix incorrect sign extension in unix_lookup_by_inoDmitry V. Levin
2016-03-02rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov
2016-03-02route: check and remove route cache when we get routeXin Long
2016-03-02af_unix: Guard against other == sk in unix_dgram_sendmsgRainer Weikusat
2016-03-02ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet