aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-07-28Bluetooth: btusb: Fix and detect most of the Chinese Bluetooth controllersIsmael Ferreras Morezuelas1-2/+4
2020-07-28xfrm: esp6: fix the location of the transport header with encapsulationSabrina Dubroca1-0/+1
2020-07-27fix a braino in cmsghdr_from_user_compat_to_kern()Al Viro1-1/+1
2020-07-27net: prp: enhance debugfs to display PRP infoMurali Karicheri1-9/+22
2020-07-27net: prp: add packet handling supportMurali Karicheri8-88/+433
2020-07-27net: hsr: define and use proto_ops ptrs to handle hsr specific framesMurali Karicheri4-28/+55
2020-07-27net: prp: add supervision frame generation utility functionMurali Karicheri3-2/+88
2020-07-27net: hsr: introduce protocol specific function pointersMurali Karicheri2-31/+45
2020-07-27net: hsr: introduce common code for skb initializationMurali Karicheri1-13/+28
2020-07-27hsr: enhance netlink socket interface to support PRPMurali Karicheri14-23/+87
2020-07-27mptcp: fix joined subflows with unblocking skMatthieu Baerts1-1/+1
2020-07-27net: Removed the device type check to add mpls support for devicesMartin Varghese1-14/+3
2020-07-27ipmr: Copy option to correct variableIdo Schimmel1-1/+1
2020-07-27net/smc: unique reason code for exceeded max dmb countKarsten Graul3-6/+12
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2-13/+0
2020-07-25bpf: Implement BPF XDP link-specific introspection APIsAndrii Nakryiko1-0/+31
2020-07-25bpf, xdp: Implement LINK_UPDATE for BPF XDP linkAndrii Nakryiko1-0/+43
2020-07-25bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko1-6/+163
2020-07-25bpf, xdp: Extract common XDP program attachment logicAndrii Nakryiko1-74/+91
2020-07-25bpf, xdp: Maintain info on attached XDP BPF programs in net_deviceAndrii Nakryiko2-73/+90
2020-07-25bpf: Implement bpf iterator for sock local storage mapYonghong Song1-0/+206
2020-07-25bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song2-4/+4
2020-07-25bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song4-8/+24
2020-07-25udp: Don't discard reuseport selection when group has connectionsJakub Sitnicki1-3/+0
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller35-257/+302
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into masterLinus Torvalds32-224/+274
2020-07-24dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan1-1/+1
2020-07-24qrtr: orphan socket in qrtr_release()Cong Wang1-0/+1
2020-07-24l2tp: WARN_ON rather than BUG_ON in l2tp_session_freeTom Parkin1-1/+3
2020-07-24l2tp: remove BUG_ON refcount value in l2tp_session_freeTom Parkin1-2/+0
2020-07-24l2tp: WARN_ON rather than BUG_ON in l2tp_session_queue_purgeTom Parkin1-3/+4
2020-07-24l2tp: don't BUG_ON seqfile checks in l2tp_pppTom Parkin1-1/+5
2020-07-24l2tp: don't BUG_ON session magic checks in l2tp_pppTom Parkin1-3/+7
2020-07-24l2tp: remove BUG_ON in l2tp_tunnel_closeallTom Parkin1-2/+0
2020-07-24l2tp: remove BUG_ON in l2tp_session_queue_purgeTom Parkin1-1/+0
2020-07-24l2tp: WARN_ON rather than BUG_ON in l2tp_dfs_seq_startTom Parkin1-1/+4
2020-07-24l2tp: avoid multiple assignmentsTom Parkin3-9/+15
2020-07-24icmp6: support rfc 4884Willem de Bruijn3-0/+29
2020-07-24icmp: prepare rfc 4884 for ipv6Willem de Bruijn2-14/+17
2020-07-24icmp: revise rfc4884 testsWillem de Bruijn1-6/+2
2020-07-24sctp: remove redundant initialization of variable statusColin Ian King1-6/+6
2020-07-24net: openvswitch: fixes potential deadlock in dp cleanup codeEelco Chaudron2-14/+13
2020-07-24sctp: fix slab-out-of-bounds in SCTP_DELAYED_SACK processingChristoph Hellwig1-21/+29
2020-07-24net: optimize the sockptr_t for unified kernel/user address spacesChristoph Hellwig2-7/+13
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig51-234/+218
2020-07-24net/tcp: switch do_tcp_setsockopt to sockptr_tChristoph Hellwig1-18/+16
2020-07-24net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig3-5/+6
2020-07-24net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig2-4/+6
2020-07-24net/ipv6: switch do_ipv6_setsockopt to sockptr_tChristoph Hellwig1-33/+33
2020-07-24net/ipv6: factor out a ipv6_set_opt_hdr helperChristoph Hellwig1-75/+75