summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-08-31bridge: Switch to bitmap_zalloc()Andy Shevchenko
2018-08-31net/ipv6: Do not reset nl_net in ip6_route_info_createDavid Ahern
2018-08-31net/ipv4: Add extack message that dev is required for ONLINKDavid Ahern
2018-08-31tcp: change IPv6 flow-label upon receiving spurious retransmissionYuchung Cheng
2018-08-31net_sched: add missing tcf_lock for act_connmarkCong Wang
2018-08-31Revert "net: sched: act: add extack for lookup callback"Cong Wang
2018-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-09-01xsk: i40e: get rid of useless struct xdp_umem_propsMagnus Karlsson
2018-09-01xsk: remove unnecessary assignmentPrashant Bhole
2018-09-01bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN options for bpf_(set|get)sockoptNikita V. Shirokov
2018-09-01xdp: remove redundant variable 'headroom'Colin Ian King
2018-08-30xsk: include XDP meta data in AF_XDP framesBjörn Töpel
2018-08-29Merge tag 'mac80211-next-for-davem-2018-08-29' of git://git.kernel.org/pub/sc...David S. Miller
2018-08-29net/tls: Calculate nsg for zerocopy path without skb_cow_data.Doron Roberts-Kedes
2018-08-29ip: fail fast on IP defrag errorsPeter Oskolkov
2018-08-29ethtool: drop get_settings and set_settings callbacksMichal Kubecek
2018-08-29net/ncsi: remove duplicated include from ncsi-netlink.cYueHaibing
2018-08-29xsk: expose xdp_umem_get_{data,dma} to driversBjörn Töpel
2018-08-29xdp: export xdp_rxq_info_unreg_mem_modelBjörn Töpel
2018-08-29xdp: implement convert_to_xdp_frame for MEM_TYPE_ZERO_COPYBjörn Töpel
2018-08-29cfg80211: clarify frames covered by average ACK signal reportBalaji Pothunoori
2018-08-29mac80211: add missing WFA Multi-AP backhaul STA Rx requirementSathishkumar Muruganandam
2018-08-28cfg80211: Add support for 60GHz band channels 5 and 6Alexei Avshalom Lazar
2018-08-28mac80211: add stop/start logic for software TXQsManikanta Pubbisetty
2018-08-28cfg80211: Avoid regulatory restore when COUNTRY_IE_IGNORE is setRajeev Kumar Sirasanagandla
2018-08-28cfg80211/mac80211: make ieee80211_send_layer2_update a public functionDedy Lansky
2018-08-28rfkill: fix spelling mistake contidion to conditionRichard Guy Briggs
2018-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-08-26net: sched: Fix memory exposure from short TCA_U32_SELKees Cook
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-08-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-08-23treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann
2018-08-23Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2018-08-23Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2018-08-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-08-22net/ipv6: init ip6 anycast rt->dst.input as ip6_inputHangbin Liu
2018-08-22tcp_bbr: apply PROBE_RTT cwnd cap even if acked==0Kevin Yang
2018-08-22tcp_bbr: in restart from idle, see if we should exit PROBE_RTTKevin Yang
2018-08-22tcp_bbr: add bbr_check_probe_rtt_done() helperKevin Yang
2018-08-22ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT stateEric Dumazet
2018-08-22addrconf: reduce unnecessary atomic allocationsCong Wang
2018-08-22sch_cake: Fix TC filter flow override and expand it to hosts as wellToke Høiland-Jørgensen
2018-08-22net/ncsi: Fixup .dumpit message flags and ID check in Netlink handlerSamuel Mendoza-Jonas
2018-08-22sunrpc: Add comment defining gssd upcall API keywordsChuck Lever
2018-08-22sunrpc: Extract target name into svc_credChuck Lever
2018-08-22sunrpc: Enable the kernel to specify the hostname part of service principalsChuck Lever
2018-08-22sunrpc: Don't use stack buffer with scatterlistLaura Abbott
2018-08-22tls: possible hang when do_tcp_sendpages hits sndbuf is full caseJohn Fastabend
2018-08-21Convert net_namespace to new IDA APIMatthew Wilcox