aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-23rxrpc: Remove the rxk5 security class as it's now defunctDavid Howells1-468/+0
2020-11-21Merge tag 'linux-can-next-for-5.11-20201120' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextJakub Kicinski3-12/+74
2020-11-21net: bridge: switch to net core statistics counters handlingHeiner Kallweit3-28/+10
2020-11-20mptcp: refine MPTCP-level ack schedulingPaolo Abeni4-57/+61
2020-11-20mptcp: track window announced to peerFlorian Westphal4-10/+36
2020-11-20mptcp: send out dedicated ADD_ADDR packetGeliang Tang5-6/+80
2020-11-20mptcp: change add_addr_signal typeGeliang Tang2-9/+21
2020-11-20mptcp: keep unaccepted MPC subflow into join listPaolo Abeni3-21/+22
2020-11-20mptcp: skip to next candidate if subflow has unacked dataFlorian Westphal1-1/+4
2020-11-20mptcp: fix state tracking for fallback socketPaolo Abeni1-5/+13
2020-11-20mptcp: drop WORKER_RUNNING status bitPaolo Abeni2-8/+1
2020-11-20net: dsa: avoid potential use-after-free errorChristian Eggers1-3/+3
2020-11-20net: add annotation for sock_{lock,unlock}_fastPaolo Abeni1-1/+2
2020-11-20net: openvswitch: Be liberal in tcp conntrack.Numan Siddique2-6/+8
2020-11-20can: gw: support modification of Classical CAN DLCsOliver Hartkopp1-8/+70
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp3-4/+4
2020-11-19IPv6: RTM_GETROUTE: Add RTA_ENCAP to resultOliver Herms1-0/+4
2020-11-19mptcp: update rtx timeout only if required.Paolo Abeni1-4/+5
2020-11-19devlink: move flash end and begin to core devlinkJacob Keller1-4/+6
2020-11-19devlink: move request_firmware out of driverJacob Keller1-5/+21
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski35-155/+245
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-20/+85
2020-11-19net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid()Karsten Graul1-3/+3
2020-11-19net/smc: fix matching of existing link groupsKarsten Graul2-2/+4
2020-11-19ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 moduleGeorg Kohmann2-31/+2
2020-11-18net: bridge: replace struct br_vlan_stats with pcpu_sw_netstatsHeiner Kallweit3-19/+12
2020-11-18atm: nicstar: Replace in_interrupt() usageSebastian Andrzej Siewior1-2/+10
2020-11-18net: Have netpoll bring-up DSA management interfaceFlorian Fainelli1-4/+18
2020-11-18ah6: fix error return code in ah6_input()Zhang Changzhong1-1/+2
2020-11-17ipv4: use IS_ENABLED instead of ifdefFlorian Klink1-1/+1
2020-11-17inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()Wang Hai1-1/+3
2020-11-18bpf, sockmap: Avoid failures from skb_to_sgvec when skb has frag_listJohn Fastabend1-2/+9
2020-11-18bpf, sockmap: Handle memory acct if skb_verdict prog redirects to selfJohn Fastabend1-0/+8
2020-11-18bpf, sockmap: Avoid returning unneeded EAGAIN when redirecting to selfJohn Fastabend1-19/+53
2020-11-18bpf, sockmap: Use truesize with sk_rmem_schedule()John Fastabend1-1/+1
2020-11-18bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirectJohn Fastabend2-5/+18
2020-11-18bpf, sockmap: Fix partial copy_page_to_iter so progress can still be madeJohn Fastabend1-6/+9
2020-11-17net/tls: Fix wrong record sn in async mode of device resyncTariq Toukan1-10/+27
2020-11-17net: datagram: fix some kernel-doc markupsMauro Carvalho Chehab5-8/+9
2020-11-17net: wan: Delete the DLCI / SDLA driversXie He1-25/+0
2020-11-17tcp: only postpone PROBE_RTT if RTT is < current min_rtt estimateRyan Sharpelletti1-1/+1
2020-11-17net: dsa: tag_dsa: Use a consistent comment styleTobias Waldekranz1-20/+8
2020-11-17net: dsa: tag_dsa: Unify regular and ethertype DSA taggersTobias Waldekranz4-263/+252
2020-11-17net: dsa: tag_dsa: Allow forwarding of redirected IGMP trafficTobias Waldekranz1-3/+29
2020-11-16net/tls: fix corrupted data in recvmsgVadim Fedorenko1-1/+1
2020-11-16net: bridge: add missing counters to ndo_get_stats64 callbackHeiner Kallweit1-0/+1
2020-11-16mptcp: send explicit ack on delayed ack_seq incrPaolo Abeni1-13/+21
2020-11-16mptcp: keep track of advertised windows right edgeFlorian Westphal3-5/+69
2020-11-16mptcp: rework poll+nospace handlingFlorian Westphal3-51/+54
2020-11-16mptcp: try to push pending data on snd una updatesPaolo Abeni1-0/+3