summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* mptcp: clean-up MPJ option writingPaolo Abeni2022-01-071-21/+23
* mptcp: fix per socket endpoint accountingPaolo Abeni2022-01-071-6/+12
* mptcp: implement support for user-space disconnectPaolo Abeni2022-01-071-4/+13
* mptcp: cleanup accept and pollPaolo Abeni2022-01-073-20/+7
* mptcp: full disconnect implementationPaolo Abeni2022-01-074-28/+98
* mptcp: implement fastclose xmit pathPaolo Abeni2022-01-072-12/+46
* mptcp: keep snd_una updated for fallback socketPaolo Abeni2022-01-071-0/+1
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-0713-50/+189
|\
| * net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong2022-01-078-0/+10
| * xdp: Add xdp_do_redirect_frame() for pre-computed xdp_framesToke Høiland-Jørgensen2022-01-061-11/+54
| * xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen2022-01-061-7/+17
| * page_pool: Store the XDP mem idToke Høiland-Jørgensen2022-01-062-2/+4
| * page_pool: Add callback to init pages when they are allocatedToke Høiland-Jørgensen2022-01-061-0/+2
| * xdp: Allow registering memory model without rxq referenceToke Høiland-Jørgensen2022-01-061-30/+62
| * bpf: Add SO_RCVBUF/SO_SNDBUF in _bpf_getsockopt().Kuniyuki Iwashima2022-01-051-0/+6
| * bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt().Kuniyuki Iwashima2022-01-051-0/+2
| * bpf, sockmap: Fix double bpf_prog_put on error case in map_linkJohn Fastabend2022-01-051-8/+13
| * bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser()John Fastabend2022-01-051-0/+27
* | ethtool: use phydev variableTom Rix2022-01-061-4/+4
* | gro: add ability to control gro max packet sizeCoco Li2022-01-063-1/+28
* | net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple socketsMiroslav Lichvar2022-01-061-3/+6
* | net: dsa: setup master before portsVladimir Oltean2022-01-061-10/+13
* | net: dsa: first set up shared ports, then non-shared portsVladimir Oltean2022-01-061-13/+37
* | net: dsa: hold rtnl_mutex when calling dsa_master_{setup,teardown}Vladimir Oltean2022-01-062-2/+10
* | net: dsa: stop updating master MTU from master.cVladimir Oltean2022-01-061-24/+1
* | net: dsa: merge rtnl_lock sections in dsa_slave_createVladimir Oltean2022-01-061-3/+1
* | net: dsa: reorder PHY initialization with MTU setup in slave.cVladimir Oltean2022-01-061-7/+7
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-01-068-8/+88
|\ \
| * | xfrm: rate limit SA mapping change message to user spaceAntony Antony2021-12-233-4/+43
| * | xfrm: Add support for SM4 symmetric cipher algorithmXu Jia2021-12-231-0/+21
| * | xfrm: Add support for SM3 secure hashXu Jia2021-12-231-0/+20
| * | xfrm: update SA curlft.use_timeAntony Antony2021-12-232-0/+2
| * | net: xfrm: drop check of pols[0] for the second timeJean Sacren2021-12-011-1/+1
| * | xfrm: Remove duplicate assignmentluo penghao2021-11-181-1/+0
| * | ipv6/esp6: Remove structure variables and alignment statementsluo penghao2021-11-181-2/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-0521-177/+269
|\ \ \
| * \ \ Merge tag 'mac80211-for-net-2022-01-04' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2022-01-044-82/+55
| |\ \ \
| | * | | mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_meshPavel Skripkin2022-01-043-81/+54
| | * | | mac80211: initialize variable have_higher_than_11mbitTom Rix2022-01-041-1/+1
| * | | | sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscEric Dumazet2022-01-041-4/+2
| * | | | netrom: fix copying in user data in nr_setsockoptChristoph Hellwig2022-01-041-1/+1
| * | | | udp6: Use Segment Routing Header for dest address if presentAndrew Lunn2022-01-041-1/+2
| * | | | icmp: ICMPV6: Examine invoking packet for Segment Route Headers.Andrew Lunn2022-01-042-1/+35
| * | | | seg6: export get_srh() for ICMP handlingAndrew Lunn2022-01-042-31/+31
| * | | | Merge tag 'batadv-net-pullrequest-20220103' of git://git.open-mesh.org/linux-...Jakub Kicinski2022-01-043-11/+21
| |\ \ \ \
| | * | | | batman-adv: mcast: don't send link-local multicast to mcast routersLinus Lüssing2022-01-023-11/+21
| * | | | | ipv6: Do cleanup if attribute validation fails in multipath routeDavid Ahern2022-01-031-5/+3
| * | | | | ipv6: Continue processing multipath route even if gateway attribute is invalidDavid Ahern2022-01-031-2/+5
| | |/ / / | |/| | |
| * | | | sctp: hold endpoint before calling cb in sctp_transport_lookup_processXin Long2022-01-022-32/+36
| * | | | mctp: Remove only static neighbour on RTM_DELNEIGHGagan Kumar2022-01-021-4/+5