aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-31Revert "net: sched: act: add extack for lookup callback"Cong Wang17-36/+21
2018-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-52/+108
2018-09-01xsk: i40e: get rid of useless struct xdp_umem_propsMagnus Karlsson5-28/+18
2018-09-01xsk: remove unnecessary assignmentPrashant Bhole1-2/+0
2018-09-01bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN options for bpf_(set|get)sockoptNikita V. Shirokov1-4/+21
2018-09-01xdp: remove redundant variable 'headroom'Colin Ian King1-2/+1
2018-08-30xsk: include XDP meta data in AF_XDP framesBjörn Töpel1-6/+18
2018-08-29Merge tag 'mac80211-next-for-davem-2018-08-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller12-67/+229
2018-08-29net/tls: Calculate nsg for zerocopy path without skb_cow_data.Doron Roberts-Kedes1-1/+79
2018-08-29ip: fail fast on IP defrag errorsPeter Oskolkov1-9/+12
2018-08-29ethtool: drop get_settings and set_settings callbacksMichal Kubecek1-123/+35
2018-08-29net/ncsi: remove duplicated include from ncsi-netlink.cYueHaibing1-1/+0
2018-08-29xsk: expose xdp_umem_get_{data,dma} to driversBjörn Töpel1-10/+0
2018-08-29xdp: export xdp_rxq_info_unreg_mem_modelBjörn Töpel1-2/+13
2018-08-29xdp: implement convert_to_xdp_frame for MEM_TYPE_ZERO_COPYBjörn Töpel1-0/+39
2018-08-29cfg80211: clarify frames covered by average ACK signal reportBalaji Pothunoori2-6/+7
2018-08-29mac80211: add missing WFA Multi-AP backhaul STA Rx requirementSathishkumar Muruganandam1-1/+1
2018-08-28cfg80211: Add support for 60GHz band channels 5 and 6Alexei Avshalom Lazar3-5/+5
2018-08-28mac80211: add stop/start logic for software TXQsManikanta Pubbisetty4-7/+121
2018-08-28cfg80211: Avoid regulatory restore when COUNTRY_IE_IGNORE is setRajeev Kumar Sirasanagandla1-0/+46
2018-08-28cfg80211/mac80211: make ieee80211_send_layer2_update a public functionDedy Lansky2-46/+47
2018-08-28rfkill: fix spelling mistake contidion to conditionRichard Guy Briggs1-2/+2
2018-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds30-265/+142
2018-08-26net: sched: Fix memory exposure from short TCA_U32_SELKees Cook1-2/+8
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-10/+6
2018-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-4/+9
2018-08-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-6/+6
2018-08-23treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann2-6/+6
2018-08-23Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds19-49/+75
2018-08-23Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds10-111/+140
2018-08-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-23/+25
2018-08-22net/ipv6: init ip6 anycast rt->dst.input as ip6_inputHangbin Liu1-1/+1
2018-08-22tcp_bbr: apply PROBE_RTT cwnd cap even if acked==0Kevin Yang1-2/+2
2018-08-22tcp_bbr: in restart from idle, see if we should exit PROBE_RTTKevin Yang1-0/+4
2018-08-22tcp_bbr: add bbr_check_probe_rtt_done() helperKevin Yang1-16/+18
2018-08-22ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT stateEric Dumazet1-0/+6
2018-08-22addrconf: reduce unnecessary atomic allocationsCong Wang1-3/+3
2018-08-22sch_cake: Fix TC filter flow override and expand it to hosts as wellToke Høiland-Jørgensen1-4/+19
2018-08-22net/ncsi: Fixup .dumpit message flags and ID check in Netlink handlerSamuel Mendoza-Jonas1-2/+2
2018-08-22sunrpc: Add comment defining gssd upcall API keywordsChuck Lever1-0/+17
2018-08-22sunrpc: Extract target name into svc_credChuck Lever1-25/+45
2018-08-22sunrpc: Enable the kernel to specify the hostname part of service principalsChuck Lever1-3/+17
2018-08-22sunrpc: Don't use stack buffer with scatterlistLaura Abbott1-3/+9
2018-08-22tls: possible hang when do_tcp_sendpages hits sndbuf is full caseJohn Fastabend1-2/+7
2018-08-21Convert net_namespace to new IDA APIMatthew Wilcox1-10/+6
2018-08-21xsk: fix return value of xdp_umem_assign_dev()Prashant Bhole1-2/+2
2018-08-21act_ife: fix a potential deadlockCong Wang1-13/+21
2018-08-21act_ife: move tcfa_lock down to where necessaryCong Wang1-25/+13
2018-08-21Revert "net: sched: act_ife: disable bh when taking ife_mod_lock"Cong Wang1-10/+10
2018-08-21net_sched: remove list_head from tc_actionCong Wang2-4/+1