summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net_sched: reject unknown tcfa_action valuesPaolo Abeni2018-08-291-5/+11
| * | | net: rtnl: return early from rtnl_unregister_all when protocol isn't registeredSabrina Dubroca2018-08-291-0/+4
| * | | ipv6: fix cleanup ordering for pingv6 registrationSabrina Dubroca2018-08-291-2/+2
| * | | ipv6: fix cleanup ordering for ip6_mr failureSabrina Dubroca2018-08-291-3/+3
| * | | net/sched: act_pedit: fix dump of extended layered opDavide Caratti2018-08-291-5/+13
| * | | tipc: switch to rhashtable iteratorCong Wang2018-08-294-26/+56
| * | | tipc: fix a missing rhashtable_walk_exit()Cong Wang2018-08-291-0/+2
| * | | vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev2018-08-291-1/+1
| * | | bpf: fix sg shift repair start offset in bpf_msg_pull_dataDaniel Borkmann2018-08-291-13/+13
| * | | bpf: fix shift upon scatterlist ring wrap-around in bpf_msg_pull_dataDaniel Borkmann2018-08-291-1/+4
| * | | bpf: fix msg->data/data_end after sg shift repair in bpf_msg_pull_dataDaniel Borkmann2018-08-291-3/+2
| * | | bpf: fix several offset tests in bpf_msg_pull_dataDaniel Borkmann2018-08-281-5/+9
| * | | bpf: fix build error with clangStefan Agner2018-08-271-1/+1
| * | | net/rds: Use rdma_read_gids to get connection SGID/DGID in IPv6Zhu Yanjun2018-08-271-7/+2
| * | | net: dsa: Drop GPIO includesLinus Walleij2018-08-271-2/+0
| * | | tipc: fix the big/little endian issue in tipc_destHaiqing Bai2018-08-272-13/+6
| * | | net: sched: return -ENOENT when trying to remove filter from non-existent chainJiri Pirko2018-08-271-1/+1
| * | | net: sched: fix extack error message when chain is failed to be createdJiri Pirko2018-08-271-1/+1
| * | | erspan: set erspan_ver to 1 by default when adding an erspan devXin Long2018-08-272-0/+4
| * | | sctp: remove useless start_fail from sctp_ht_iter in procXin Long2018-08-271-4/+0
| * | | sctp: hold transport before accessing its asoc in sctp_transport_get_nextXin Long2018-08-272-11/+15
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-09-021-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | notifier: Remove notifier header file wherever not usedMukesh Ojha2018-08-301-1/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-2730-265/+142
|\ \ \ \ | |/ / / |/| | |
| * | | 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-232-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-221-1/+1
| * | | tcp_bbr: apply PROBE_RTT cwnd cap even if acked==0Kevin Yang2018-08-221-2/+2
| * | | tcp_bbr: in restart from idle, see if we should exit PROBE_RTTKevin Yang2018-08-221-0/+4
| * | | tcp_bbr: add bbr_check_probe_rtt_done() helperKevin Yang2018-08-221-16/+18
| * | | ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT stateEric Dumazet2018-08-221-0/+6
| * | | addrconf: reduce unnecessary atomic allocationsCong Wang2018-08-221-3/+3
| * | | sch_cake: Fix TC filter flow override and expand it to hosts as wellToke Høiland-Jørgensen2018-08-221-4/+19
| * | | net/ncsi: Fixup .dumpit message flags and ID check in Netlink handlerSamuel Mendoza-Jonas2018-08-221-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/+13
| * | | 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/+1
| * | | net_sched: remove unused tcf_idr_check()Cong Wang2018-08-211-19/+3
| * | | net_sched: remove unused parameter for tcf_action_delete()Cong Wang2018-08-211-3/+2
| * | | net_sched: remove unnecessary ops->delete()Cong Wang2018-08-2117-144/+7
| * | | net_sched: improve and refactor tcf_action_put_many()Cong Wang2018-08-211-16/+15
| |/ /
| * | rds: tcp: remove duplicated include from tcp.cYue Haibing2018-08-211-1/+0
| * | sch_cake: Remove unused including <linux/version.h>Yue Haibing2018-08-211-1/+0
| * | net/ipv6: Put lwtstate when destroying fib6_infoDavid Ahern2018-08-201-0/+2
| * | ip6_vti: fix a null pointer deference when destroy vti6 tunnelHaishuang Yan2018-08-191-1/+2
* | | Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-261-10/+6
|\ \ \
| * | | Convert net_namespace to new IDA APIMatthew Wilcox2018-08-211-10/+6
| | |/ | |/|