summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-11batman-adv: fix DAT candidate selection (must use vid)Antonio Quartulli1-7/+10
2016-05-11mac80211: fix statistics leak if dev_alloc_name() failsJohannes Berg1-2/+2
2016-05-11ipvs: drop first packet to redirect conntrackJulian Anastasov1-9/+28
2016-05-11ipvs: correct initial offset of Call-ID header search in SIP persistence engineMarco Angaroni1-1/+1
2016-05-11ipvs: handle ip_vs_fill_iph_skb_off failureArnd Bergmann1-2/+2
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-20net: dsa: Fix cleanup resources upon module removalNeil Armstrong1-8/+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-12Bluetooth: Fix potential buffer overflow with Add AdvertisingJohan Hedberg1-0/+4
2016-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds30-74/+188
2016-03-07tcp: fix tcpi_segs_in after connection establishmentEric Dumazet1-1/+2
2016-03-07udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld1-4/+2
2016-03-06tipc: fix nullptr crash during subscription cancelParthasarathy Bhuvaragan1-1/+2
2016-03-06net: sched: fix act_ipt for LOG targetPhil Sutter1-0/+2
2016-03-03ipv6: re-enable fragment header matching in ipv6_find_hdrFlorian Westphal1-1/+5
2016-03-03tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"Parthasarathy Bhuvaragan1-14/+19
2016-03-03mld, igmp: Fix reserved tailroom calculationBenjamin Poirier2-4/+2
2016-03-02Merge tag 'mac80211-for-davem-2016-03-02' of git://git.kernel.org/pub/scm/lin...David S. Miller3-11/+30
2016-03-01sctp: sctp_remaddr_seq_show use the wrong variable to dump transport infoXin Long1-5/+5
2016-03-01sctp: lack the check for ports in sctp_v6_cmp_addrXin Long1-0/+2
2016-03-01mac80211: minstrel_ht: fix a logic error in RTS/CTS handlingFelix Fietkau1-1/+1
2016-03-01mac80211: Fix Public Action frame RX in AP modeJouni Malinen1-0/+1
2016-03-01mac80211: check PN correctly for GCMP-encrypted fragmented MPDUsJohannes Berg2-10/+28