summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-06-15sunrpc: fix stripping of padded MIC tokensTomáš Trnka1-2/+2
2016-05-19net: fix a kernel infoleak in x25 moduleKangjie Lu1-0/+1
2016-05-19net: bridge: fix old ioctl unlocked net device walkNikolay Aleksandrov1-2/+3
2016-05-19VSOCK: do not disconnect socket when peer has shutdown SEND onlyIan Campbell1-20/+1
2016-05-19net: fix infoleak in rtnetlinkKangjie Lu1-8/+10
2016-05-19net: fix infoleak in llcKangjie Lu1-0/+1
2016-05-19netem: Segment GSO packets on enqueueNeil Horman1-2/+59
2016-05-18ipv4/fib: don't warn when primary address is missing if in_dev is deadPaolo Abeni1-1/+5
2016-05-18packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interfaceMathias Krause1-0/+1
2016-05-18route: do not cache fib route info on local routes with oifChris Friesen1-0/+12
2016-05-18decnet: Do not build routes to devices without decnet private data.David S. Miller1-1/+8
2016-05-18net/route: enforce hoplimit max valuePaolo Abeni2-1/+7
2016-05-11batman-adv: Reduce refcnt of removed router when updating routeSven Eckelmann1-0/+9
2016-05-11batman-adv: Fix broadcast/ogm queue limit on a removed interfaceLinus Lüssing1-0/+6
2016-05-11batman-adv: Check skb size before using encapsulated ETH+VLAN headerSven Eckelmann1-2/+6
2016-05-11ipvs: correct initial offset of Call-ID header search in SIP persistence engineMarco Angaroni1-1/+1
2016-05-03sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceNeilBrown1-3/+3
2016-05-02nl80211: check netlink protocol in socket release notificationDmitry Ivanov1-1/+1
2016-04-23netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal3-6/+12
2016-04-21netfilter: x_tables: fix unconditional helperFlorian Westphal3-33/+31
2016-04-21netfilter: x_tables: validate e->target_offset earlyFlorian Westphal3-27/+24
2016-04-21SUNRPC: Fix large reads on NFS/RDMAChuck Lever1-3/+1
2016-04-20mac80211: fix unnecessary frame drops in mesh fwdingMichal Kazior1-2/+3
2016-04-19ipv6: Count in extension headers in skb->network_headerJakub Sitnicki1-5/+4
2016-04-19ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo1-1/+1
2016-04-19ipv6: l2tp: fix a potential issue in l2tp_ip6_recvHaishuang Yan1-3/+5
2016-04-19ipv4: l2tp: fix a potential issue in l2tp_ip_recvHaishuang Yan1-3/+5
2016-04-19xfrm: Fix crash observed during device unregistration and decryptionsubashab@codeaurora.org1-0/+3
2016-04-18net: Fix use after free in the recvmmsg exit pathArnaldo Carvalho de Melo1-19/+19
2016-04-18udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld1-4/+2
2016-04-18ipv6: re-enable fragment header matching in ipv6_find_hdrFlorian Westphal1-1/+5
2016-04-18sctp: lack the check for ports in sctp_v6_cmp_addrXin Long1-0/+2
2016-04-18tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris3-1/+6
2016-04-11mld, igmp: Fix reserved tailroom calculationBenjamin Poirier2-4/+2
2016-04-11ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann2-10/+10
2016-03-30ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller4-4/+28
2016-03-15mac80211: minstrel_ht: set default tx aggregation timeout to 0Felix Fietkau1-1/+1
2016-03-14wext: fix message delay/orderingJohannes Berg1-11/+40
2016-03-07unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa3-6/+13
2016-03-07unix: properly account for FDs passed over unix socketswilly tarreau2-8/+32
2016-03-03sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi1-1/+1
2016-03-03rfkill: fix rfkill_fop_read wait_event usageJohannes Berg1-12/+4
2016-03-03libceph: don't bail early from try_read() when skipping a messageIlya Dryomov1-2/+2
2016-03-03rfkill: copy the name into the rfkill structJohannes Berg1-3/+3
2016-03-03mac80211: mesh: fix call_rcu() usageJohannes Berg1-4/+4
2016-03-02sctp: Fix port hash table size computationNeil Horman1-9/+38
2016-03-02unix_diag: fix incorrect sign extension in unix_lookup_by_inoDmitry V. Levin1-1/+1
2016-03-02rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov2-2/+2
2016-03-02route: check and remove route cache when we get routeXin Long1-14/+63
2016-03-02af_unix: Guard against other == sk in unix_dgram_sendmsgRainer Weikusat1-1/+6