aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-05-19ipv6: use ->ndo_tunnel_ctl in addrconf_set_dstaddrChristoph Hellwig1-7/+2
2020-05-19ipv6: streamline addrconf_set_dstaddrChristoph Hellwig1-49/+38
2020-05-19ipv6: stub out even more of addrconf_set_dstaddr if SIT is disabledChristoph Hellwig1-2/+3
2020-05-19sit: impement ->ndo_tunnel_ctlChristoph Hellwig1-39/+34
2020-05-19sit: refactor ipip6_tunnel_ioctlChristoph Hellwig1-158/+210
2020-05-19impr: use ->ndo_tunnel_ctl in ipmr_new_tunnelChristoph Hellwig1-11/+3
2020-05-19net: add a new ndo_tunnel_ioctl methodChristoph Hellwig4-62/+51
2020-05-19ipv4: consolidate the VIFF_TUNNEL handling in ipmr_new_tunnelChristoph Hellwig1-40/+13
2020-05-19ipv4: streamline ipmr_new_tunnelChristoph Hellwig1-37/+36
2020-05-19net/af_iucv: clean up function prototypesJulian Wiedmann1-57/+51
2020-05-19net/af_iucv: remove a redundant zero initializationJulian Wiedmann1-1/+0
2020-05-19net/af_iucv: replace open-coded U16_MAXJulian Wiedmann1-1/+2
2020-05-19net/af_iucv: remove pm supportJulian Wiedmann1-140/+1
2020-05-19net/iucv: remove pm supportJulian Wiedmann1-188/+0
2020-05-18ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig3-73/+76
2020-05-18appletalk: factor out a atrtr_ioctl_addrt helperChristoph Hellwig1-13/+20
2020-05-18ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig7-46/+75
2020-05-18ipv6: lift copy_from_user out of ipv6_route_ioctlChristoph Hellwig2-34/+26
2020-05-17rds: convert get_user_pages() --> pin_user_pages()John Hubbard1-4/+2
2020-05-17net: allow __skb_ext_alloc to sleepFlorian Westphal2-4/+8
2020-05-17mptcp: remove inner wait loop from mptcp_sendmsg_fragFlorian Westphal1-14/+0
2020-05-17mptcp: fill skb page frag cache outside of mptcp_sendmsg_fragFlorian Westphal1-1/+6
2020-05-17mptcp: fill skb extension cache outside of mptcp_sendmsg_fragFlorian Westphal1-4/+14
2020-05-17mptcp: avoid blocking in tcp_sendpagesFlorian Westphal1-3/+32
2020-05-17mptcp: break and restart in case mptcp sndbuf is fullFlorian Westphal1-0/+36
2020-05-17mptcp: move common nospace-pattern to a helperFlorian Westphal1-14/+13
2020-05-16ethtool: don't call set_channels in drivers if config didn't changeJakub Kicinski1-0/+6
2020-05-16ethtool: check if there is at least one channel for TX/RX in the coreJakub Kicinski2-2/+23
2020-05-16mptcp: Use 32-bit DATA_ACK when possibleChristoph Paasch3-9/+27
2020-05-16netns: enable to inherit devconf from current netnsNicolas Dichtel3-9/+41
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller27-81/+237
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds21-47/+153
2020-05-15mptcp: cope better with MP_JOIN failurePaolo Abeni1-6/+9
2020-05-15inet_connection_sock: factor out destroy helper.Paolo Abeni1-5/+1
2020-05-15mptcp: add new sock flag to deal with join subflowsPaolo Abeni3-8/+4
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-16/+45
2020-05-15net: sched: cls_flower: implement terse dump supportVlad Buslov1-0/+43
2020-05-15net: sched: implement terse dump support in actVlad Buslov2-8/+50
2020-05-15net: sched: introduce terse dump flagVlad Buslov1-8/+31
2020-05-15net: core: recursively find netdev by device nodeTobias Waldekranz1-5/+5
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov2-4/+4
2020-05-14bpf: Add xdp.frame_sz in bpf_prog_test_run_xdp().Jesper Dangaard Brouer1-4/+12
2020-05-14xdp: Clear grow memory in bpf_xdp_adjust_tail()Jesper Dangaard Brouer1-0/+4
2020-05-14xdp: Allow bpf_xdp_adjust_tail() to grow packet sizeJesper Dangaard Brouer1-2/+9
2020-05-14xdp: Xdp_frame add member frame_sz and handle in convert_to_xdp_frameJesper Dangaard Brouer1-0/+8
2020-05-14net: XDP-generic determining XDP frame sizeJesper Dangaard Brouer1-6/+8
2020-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller10-70/+308
2020-05-14bpf: Introduce bpf_sk_{, ancestor_}cgroup_id helpersAndrey Ignatov1-9/+51
2020-05-14bpf: Allow skb_ancestor_cgroup_id helper in cgroup skbAndrey Ignatov1-0/+2
2020-05-14bpf: Allow sk lookup helpers in cgroup skbAndrey Ignatov1-0/+8