aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-12-07Bluetooth: sco: Fix crash when using BT_SNDMTU/BT_RCVMTU optionWei Yongjun1-0/+5
2020-12-07Bluetooth: fix typo in struct nameReo Shiseki1-2/+2
2020-12-07udp: fix the proto value passed to ip_protocol_deliver_rcu for the segmentsXin Long1-1/+1
2020-12-05Merge tag 'batadv-next-pullrequest-20201204' of git://git.open-mesh.org/linux-mergeJakub Kicinski40-4099/+95
2020-12-04net/nfc/nci: Support NCI 2.x initial sequenceBongsu Jeon3-16/+104
2020-12-04tipc: support 128bit node identity for peer removingHoang Le1-3/+18
2020-12-04mac80211: mesh: fix mesh_pathtbl_init() error pathEric Dumazet1-3/+1
2020-12-04openvswitch: fix error return code in validate_and_copy_dec_ttl()Wang Hai1-1/+1
2020-12-04net: bridge: vlan: fix error return code in __vlan_add()Zhang Changzhong1-1/+3
2020-12-04ipv4: fix error return code in rtm_to_fib_config()Zhang Changzhong1-1/+1
2020-12-04net/sched: fq_pie: initialize timer earlier in fq_pie_init()Davide Caratti1-1/+1
2020-12-04net-zerocopy: Defer vm zap unless actually needed.Arjun Roy1-50/+97
2020-12-04net-zerocopy: Set zerocopy hint when data is copiedArjun Roy1-0/+45
2020-12-04net-zerocopy: Introduce short-circuit small reads.Arjun Roy1-0/+36
2020-12-04net-zerocopy: Fast return if inq < PAGE_SIZEArjun Roy1-0/+8
2020-12-04net-zerocopy: Refactor frag-is-remappable test.Arjun Roy1-8/+26
2020-12-04net-zerocopy: Refactor skb frag fast-forward op.Arjun Roy1-9/+26
2020-12-04net-tcp: Introduce tcp_recvmsg_locked().Arjun Roy1-30/+39
2020-12-04net-zerocopy: Copy straggler unaligned data for TCP Rx. zerocopy.Arjun Roy1-16/+68
2020-12-04bpf: Expose bpf_sk_storage_* to iterator programsFlorent Revest1-0/+1
2020-12-04net: Remove the err argument from sock_from_fileFlorent Revest4-22/+19
2020-12-04seg6: add VRF support for SRv6 End.DT6 behaviorAndrea Mayer1-0/+76
2020-12-04seg6: add support for the SRv6 End.DT4 behaviorAndrea Mayer1-0/+287
2020-12-04seg6: add callbacks for customizing the creation/destruction of a behaviorAndrea Mayer1-0/+49
2020-12-04seg6: add support for optional attributes in SRv6 behaviorsAndrea Mayer1-14/+106
2020-12-04seg6: improve management of behavior attributesAndrea Mayer1-10/+70
2020-12-04Merge tag 'wireless-drivers-next-2020-12-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextJakub Kicinski1-0/+6
2020-12-04xsk: Return error code if force_zc is setZhang Changzhong1-0/+1
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski15-123/+330
2020-12-04mac80211: set SDATA_STATE_RUNNING for monitor interfacesBorwankar, Antara1-0/+2
2020-12-04cfg80211: initialize rekey_dataSara Sharon1-1/+1
2020-12-04mac80211: fix return value of ieee80211_chandef_he_6ghz_operWen Gong1-1/+1
2020-12-04batman-adv: Drop unused soft-interface.h include in fragmentation.cSimon Wunderlich1-1/+0
2020-12-04batman-adv: Drop legacy code for auto deleting mesh interfacesSven Eckelmann3-27/+5
2020-12-04batman-adv: Drop deprecated debugfs supportSven Eckelmann31-2574/+3
2020-12-04batman-adv: Drop deprecated sysfs supportSven Eckelmann10-1490/+1
2020-12-04batman-adv: Allow selection of routing algorithm over rtnetlinkSven Eckelmann3-6/+38
2020-12-04batman-adv: Prepare infrastructure for newlink settingsSven Eckelmann1-0/+39
2020-12-04batman-adv: Add new include for min/max helpersSven Eckelmann9-1/+9
2020-12-04batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2020-12-03bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko1-1/+2
2020-12-03bpf: Adds support for setting window clampPrankur gupta2-9/+19
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-78/+191
2020-12-03mptcp: emit tcp reset when a join request failsFlorian Westphal1-11/+36
2020-12-03tcp: merge 'init_req' and 'route_req' functionsFlorian Westphal4-23/+40
2020-12-03net/sched: act_mpls: ensure LSE is pullable before reading itDavide Caratti1-0/+3
2020-12-03net: openvswitch: ensure LSE is pullable before reading itDavide Caratti1-0/+3
2020-12-03net: skbuff: ensure LSE is pullable before decrementing the MPLS ttlDavide Caratti1-0/+3
2020-12-02bpf: Eliminate rlimit-based memory accounting for xskmap mapsRoman Gushchin1-10/+2
2020-12-02bpf: Eliminate rlimit-based memory accounting for sockmap and sockhash mapsRoman Gushchin1-27/+6