summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-05-04sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceNeilBrown1-3/+3
2016-05-04netlink: don't send NETLINK_URELEASE for unbound socketsDmitry Ivanov1-1/+1
2016-05-04nl80211: check netlink protocol in socket release notificationDmitry Ivanov1-1/+1
2016-04-20mac80211: fix txq queue related crashesMichal Kazior1-0/+3
2016-04-20mac80211: fix unnecessary frame drops in mesh fwdingMichal Kazior1-2/+3
2016-04-20mac80211: fix ibss scan parametersSara Sharon1-7/+15
2016-04-20mac80211: avoid excessive stack usage in sta_infoArnd Bergmann1-8/+16
2016-04-20mac80211: properly deal with station hashtable insert errorsJohannes Berg1-5/+8
2016-04-20mpls: find_outdev: check for err ptr in addition to NULL checkRoopa Prabhu1-0/+3
2016-04-20ipv6: Count in extension headers in skb->network_headerJakub Sitnicki1-4/+4
2016-04-20ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo1-1/+1
2016-04-20ipv6: l2tp: fix a potential issue in l2tp_ip6_recvHaishuang Yan1-3/+5
2016-04-20ipv4: l2tp: fix a potential issue in l2tp_ip_recvHaishuang Yan1-3/+5
2016-04-20tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann1-12/+21
2016-04-20rtnl: fix msg size calculation in if_nlmsg_size()Nicolas Dichtel1-0/+1
2016-04-20bridge: Allow set bridge ageing time when switchdev disabledHaishuang Yan1-1/+1
2016-04-20ipv6: udp: fix UDP_MIB_IGNOREDMULTI updatesEric Dumazet1-2/+2
2016-04-20xfrm: Fix crash observed during device unregistration and decryptionsubashab@codeaurora.org1-0/+3
2016-04-20ipv4: initialize flowi4_flags before calling fib_lookup()Lance Richardson1-9/+7
2016-04-20ipv4: fix broadcast packets receptionPaolo Abeni1-4/+8
2016-04-20tcp/dccp: remove obsolete WARN_ON() in icmp handlersEric Dumazet2-4/+0
2016-04-20net: Fix use after free in the recvmmsg exit pathArnaldo Carvalho de Melo1-19/+19
2016-04-20ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller3-2/+18
2016-04-20bridge: allow zero ageing timeStephen Hemminger1-3/+8
2016-04-20packet: validate variable length ll headersWillem de Bruijn1-21/+16
2016-04-20ax25: add link layer header validation functionWillem de Bruijn1-0/+15
2016-04-20tcp: fix tcpi_segs_in after connection establishmentEric Dumazet1-1/+2
2016-04-20udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld1-4/+2
2016-04-20ipv6: re-enable fragment header matching in ipv6_find_hdrFlorian Westphal1-1/+5
2016-04-20tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"Parthasarathy Bhuvaragan1-14/+19
2016-04-20mld, igmp: Fix reserved tailroom calculationBenjamin Poirier2-4/+2
2016-04-20sctp: lack the check for ports in sctp_v6_cmp_addrXin Long1-0/+2
2016-04-20net: fix bridge multicast packet checksum validationLinus Lüssing1-2/+20
2016-04-20ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIALHannes Frederic Sowa1-1/+4
2016-04-20tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris4-1/+8
2016-04-20tcp: convert cached rtt from usec to jiffies when feeding initial rtoKonstantin Khlebnikov1-1/+1
2016-04-12Bluetooth: Fix potential buffer overflow with Add AdvertisingJohan Hedberg1-0/+4
2016-03-16mac80211: Fix Public Action frame RX in AP modeJouni Malinen1-0/+1
2016-03-16mac80211: check PN correctly for GCMP-encrypted fragmented MPDUsJohannes Berg2-10/+28
2016-03-16mac80211: minstrel_ht: fix a logic error in RTS/CTS handlingFelix Fietkau1-1/+1
2016-03-16mac80211: minstrel_ht: set default tx aggregation timeout to 0Felix Fietkau1-1/+1
2016-03-16mac80211: fix use of uninitialised values in RX aggregationChris Bainbridge1-1/+1
2016-03-16mac80211: minstrel: Change expected throughput unit back to KbpsSven Eckelmann2-2/+3
2016-03-16cfg80211/wext: fix message orderingJohannes Berg2-1/+4
2016-03-16wext: fix message delay/orderingJohannes Berg1-11/+40
2016-03-03sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi1-1/+1
2016-03-03mac80211: Requeue work after scan complete for all VIF types.Sachin Kulkarni5-19/+11
2016-03-03rfkill: fix rfkill_fop_read wait_event usageJohannes Berg1-12/+4
2016-03-03libceph: don't spam dmesg with stray reply warningsIlya Dryomov1-2/+2
2016-03-03libceph: use the right footer size when skipping a messageIlya Dryomov1-2/+9