summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* xsk: Add xdp statistics to xsk_diagCiara Loftus2020-07-141-0/+17
* xsk: Add new statisticsCiara Loftus2020-07-143-5/+38
* bpf: Resolve BTF IDs in vmlinux imageJiri Olsa2020-07-131-2/+7
* bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hookStanislav Fomichev2020-07-082-0/+4
* mptcp: use mptcp worker for path managementFlorian Westphal2020-07-073-47/+27
* mptcp: fix race in subflow_data_ready()Davide Caratti2020-07-061-1/+1
* Replace HTTP links with HTTPS ones: IPv*Alexander A. Klimov2020-07-069-13/+13
* net: dsa: tag_qca.c: Fix warning for __be16 vs u16Andrew Lunn2020-07-061-3/+5
* net: dsa: tag_mtk: Fix warnings for __be16Andrew Lunn2020-07-061-1/+2
* net: dsa: tag_lan9303: Fix __be16 warningsAndrew Lunn2020-07-061-8/+9
* net: dsa: tag_ksz: Fix __be16 warningsAndrew Lunn2020-07-061-4/+5
* net: dsa: Add __percpu property to prevent warningsAndrew Lunn2020-07-061-1/+1
* mptcp: support IPV6_V6ONLY setsockoptFlorian Westphal2020-07-051-0/+30
* mptcp: add REUSEADDR/REUSEPORT supportFlorian Westphal2020-07-051-1/+32
* net: use mptcp setsockopt function for SOL_SOCKET on mptcp socketsFlorian Westphal2020-07-052-1/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-058-69/+584
|\
| * bpf: Fix net/core/filter build errors when INET is not enabledRandy Dunlap2020-07-011-0/+4
| * bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song2020-06-251-0/+22
| * net: bpf: Implement bpf iterator for udpYonghong Song2020-06-251-0/+116
| * net: bpf: Add bpf_seq_afinfo in udp_iter_stateYonghong Song2020-06-251-5/+23
| * bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song2020-06-251-0/+62
| * bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song2020-06-251-0/+82
| * net: bpf: Implement bpf iterator for tcpYonghong Song2020-06-251-0/+123
| * net: bpf: Add bpf_seq_afinfo in tcp_iter_stateYonghong Song2020-06-251-6/+24
| * bpf: Add SO_KEEPALIVE and related options to bpf_setsockoptDmitry Yakunin2020-06-241-1/+35
| * tcp: Expose tcp_sock_set_keepidle_lockedDmitry Yakunin2020-06-241-3/+3
| * sock: Move sock_valbool_flag to headerDmitry Yakunin2020-06-241-9/+0
| * bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov2020-06-223-0/+12
| * bpf: Rename bpf_htab to bpf_shtab in sock_mapAndrey Ignatov2020-06-221-41/+41
| * bpf: sk_storage: Prefer to get a free cache_idxMartin KaFai Lau2020-06-181-4/+37
* | ipv6/ping: set skb->mark on icmpv6 socketsWillem de Bruijn2020-07-031-0/+1
* | bridge: Extend br_fill_ifinfo to return MPR statusHoratiu Vultur2020-07-021-1/+24
* | bridge: mrp: Add br_mrp_fill_infoHoratiu Vultur2020-07-022-0/+71
* | mptcp: add receive buffer auto-tuningFlorian Westphal2020-07-023-8/+127
* | net: sched: Allow changing default qdisc to FQ-PIEDanny Lin2020-07-021-0/+4
* | net/packet: remove redundant initialization of variable errColin Ian King2020-07-011-1/+1
* | net: devres: rename the release callback of devm_register_netdev()Bartosz Golaszewski2020-07-011-2/+2
* | tcp: call tcp_ack_tstamp() when not fully ackedYousuk Seung2020-06-301-2/+5
* | mptcp: do nonce initialization at subflow creation timePaolo Abeni2020-06-301-34/+20
* | Merge tag 'batadv-next-for-davem-20200630' of git://git.open-mesh.org/linux-m...David S. Miller2020-06-3021-96/+123
|\ \
| * | batman-adv: Introduce a configurable per interface hop penaltyLinus Lüssing2020-06-265-12/+38
| * | batman-adv: Fix typos and grammar in documentationSven Eckelmann2020-06-2621-83/+84
| * | batman-adv: Start new development cycleSimon Wunderlich2020-06-261-1/+1
* | | net: dsa: Improve subordinate PHY error messageFlorian Fainelli2020-06-301-1/+2
* | | ethtool: Add link extended stateAmit Cohen2020-06-301-4/+48
* | | net:qos: police action offloading parameter 'burst' change to the original valuePo Liu2020-06-301-1/+1
* | | mptcp: close poll() racesPaolo Abeni2020-06-301-5/+20
* | | mptcp: __mptcp_tcp_fallback() returns a struct sockPaolo Abeni2020-06-301-12/+10
* | | mptcp: create first subflow at msk creation timePaolo Abeni2020-06-301-33/+20
* | | mptcp: check for plain TCP sock at accept timePaolo Abeni2020-06-301-62/+7