summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Revert "net: sched: act: add extack for lookup callback"Cong Wang2018-09-0117-36/+21Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-09-018-52/+108
|\
| * xsk: i40e: get rid of useless struct xdp_umem_propsMagnus Karlsson2018-09-015-28/+18Star
| * xsk: remove unnecessary assignmentPrashant Bhole2018-09-011-2/+0Star
| * bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN options for bpf_(set|get)sockoptNikita V. Shirokov2018-09-011-4/+21
| * xdp: remove redundant variable 'headroom'Colin Ian King2018-09-011-2/+1Star
| * xsk: include XDP meta data in AF_XDP framesBjörn Töpel2018-08-301-6/+18
| * xsk: expose xdp_umem_get_{data,dma} to driversBjörn Töpel2018-08-291-10/+0Star
| * xdp: export xdp_rxq_info_unreg_mem_modelBjörn Töpel2018-08-291-2/+13
| * xdp: implement convert_to_xdp_frame for MEM_TYPE_ZERO_COPYBjörn Töpel2018-08-291-0/+39
* | Merge tag 'mac80211-next-for-davem-2018-08-29' of git://git.kernel.org/pub/sc...David S. Miller2018-08-3012-67/+229
|\ \
| * | cfg80211: clarify frames covered by average ACK signal reportBalaji Pothunoori2018-08-292-6/+7
| * | mac80211: add missing WFA Multi-AP backhaul STA Rx requirementSathishkumar Muruganandam2018-08-291-1/+1
| * | cfg80211: Add support for 60GHz band channels 5 and 6Alexei Avshalom Lazar2018-08-283-5/+5
| * | mac80211: add stop/start logic for software TXQsManikanta Pubbisetty2018-08-284-7/+121
| * | cfg80211: Avoid regulatory restore when COUNTRY_IE_IGNORE is setRajeev Kumar Sirasanagandla2018-08-281-0/+46
| * | cfg80211/mac80211: make ieee80211_send_layer2_update a public functionDedy Lansky2018-08-282-46/+47
| * | rfkill: fix spelling mistake contidion to conditionRichard Guy Briggs2018-08-281-2/+2
| |/
* | net/tls: Calculate nsg for zerocopy path without skb_cow_data.Doron Roberts-Kedes2018-08-301-1/+79
* | ip: fail fast on IP defrag errorsPeter Oskolkov2018-08-301-9/+12
* | ethtool: drop get_settings and set_settings callbacksMichal Kubecek2018-08-301-123/+35Star
* | net/ncsi: remove duplicated include from ncsi-netlink.cYueHaibing2018-08-301-1/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-2730-265/+142Star
|\
| * net: sched: Fix memory exposure from short TCA_U32_SELKees Cook2018-08-261-2/+8
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-08-242-4/+9
| |\
| | * tls: possible hang when do_tcp_sendpages hits sndbuf is full caseJohn Fastabend2018-08-221-2/+7
| | * xsk: fix return value of xdp_umem_assign_dev()Prashant Bhole2018-08-211-2/+2
| * | net/ipv6: init ip6 anycast rt->dst.input as ip6_inputHangbin Liu2018-08-231-1/+1
| * | tcp_bbr: apply PROBE_RTT cwnd cap even if acked==0Kevin Yang2018-08-231-2/+2
| * | tcp_bbr: in restart from idle, see if we should exit PROBE_RTTKevin Yang2018-08-231-0/+4
| * | tcp_bbr: add bbr_check_probe_rtt_done() helperKevin Yang2018-08-231-16/+18
| * | ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT stateEric Dumazet2018-08-231-0/+6
| * | addrconf: reduce unnecessary atomic allocationsCong Wang2018-08-231-3/+3
| * | sch_cake: Fix TC filter flow override and expand it to hosts as wellToke Høiland-Jørgensen2018-08-231-4/+19
| * | net/ncsi: Fixup .dumpit message flags and ID check in Netlink handlerSamuel Mendoza-Jonas2018-08-231-2/+2
| * | act_ife: fix a potential deadlockCong Wang2018-08-211-13/+21
| * | act_ife: move tcfa_lock down to where necessaryCong Wang2018-08-211-25/+13Star
| * | Revert "net: sched: act_ife: disable bh when taking ife_mod_lock"Cong Wang2018-08-211-10/+10
| * | net_sched: remove list_head from tc_actionCong Wang2018-08-212-4/+1Star
| * | net_sched: remove unused tcf_idr_check()Cong Wang2018-08-211-19/+3Star
| * | net_sched: remove unused parameter for tcf_action_delete()Cong Wang2018-08-211-3/+2Star
| * | net_sched: remove unnecessary ops->delete()Cong Wang2018-08-2117-144/+7Star
| * | net_sched: improve and refactor tcf_action_put_many()Cong Wang2018-08-211-16/+15Star
| |/
| * rds: tcp: remove duplicated include from tcp.cYue Haibing2018-08-211-1/+0Star
| * sch_cake: Remove unused including <linux/version.h>Yue Haibing2018-08-211-1/+0Star
| * net/ipv6: Put lwtstate when destroying fib6_infoDavid Ahern2018-08-211-0/+2
| * ip6_vti: fix a null pointer deference when destroy vti6 tunnelHaishuang Yan2018-08-201-1/+2
* | Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-261-10/+6Star
|\ \
| * | Convert net_namespace to new IDA APIMatthew Wilcox2018-08-221-10/+6Star
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-242-6/+6
|\ \ \