summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-90/+203
2020-08-31net: ipv4: remove unused arg exact_dif in compute_scoreMiaohe Lin1-10/+0
2020-08-31net: clean up codestyleMiaohe Lin2-2/+2
2020-08-31ipv6: add ipv6_fragment hook in ipv6_stubwenxu1-0/+3
2020-08-31xsk: Add shared umem support between queue idsMagnus Karlsson1-0/+2
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor...Magnus Karlsson2-5/+5
2020-08-31xsk: Rearrange internal structs for better performanceMagnus Karlsson2-18/+22
2020-08-31xsk: Enable sharing of dma mappingsMagnus Karlsson2-0/+14
2020-08-31xsk: Move addrs from buffer pool to umemMagnus Karlsson1-0/+1
2020-08-31xsk: Move xsk_tx_list and its lock to buffer poolMagnus Karlsson2-3/+6
2020-08-31xsk: Move queue_id, dev and need_wakeup to buffer poolMagnus Karlsson2-3/+4
2020-08-31xsk: Move fill and completion rings to buffer poolMagnus Karlsson2-3/+3
2020-08-31xsk: Create and free buffer pool independently from umemMagnus Karlsson2-5/+11
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson2-55/+60
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson2-4/+7
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin1-18/+17
2020-08-27nl80211: add support for setting fixed HE rate/gi/ltfMiles Hu1-0/+3
2020-08-26inet: remove inet_sk_copy_descendant()Eric Dumazet1-7/+0
2020-08-25bpf: Allow local storage to be used from LSM programsKP Singh1-0/+2
2020-08-25bpf: Split bpf_local_storage to bpf_sk_storageKP Singh1-60/+1
2020-08-25bpf: Generalize bpf_sk_storageKP Singh1-0/+52
2020-08-25bpf: Generalize caching for sk_storage.KP Singh1-0/+19
2020-08-25bpf: Renames in preparation for bpf_local_storageKP Singh1-2/+2
2020-08-24tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau1-0/+1
2020-08-24bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau1-0/+49
2020-08-24bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau1-2/+4
2020-08-24bpf: tcp: Add bpf_skops_established()Martin KaFai Lau1-1/+1
2020-08-24tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockoptMartin KaFai Lau2-1/+2
2020-08-24tcp: bpf: Add TCP_BPF_DELACK_MAX setsockoptMartin KaFai Lau1-0/+1
2020-08-24tcp: Use a struct to represent a saved_synMartin KaFai Lau1-1/+7
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-08-18ipv6: some fixes for ipv6_dev_find()Xin Long1-1/+2
2020-08-18netlink: make NLA_BINARY validation more flexibleJohannes Berg1-27/+31
2020-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-0/+6
2020-08-11net: refactor bind_bucket fastreuse into helperTim Froidcoeur1-0/+4
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2020-08-10tcp: correct read of TFO keys on big endian systemsJason Baron1-0/+2
2020-08-06Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds1-0/+1
2020-08-06net: sock: add sock_set_markAlexander Aring1-0/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds58-256/+1105
2020-08-05ipv6: add ipv6_dev_find()Xin Long1-0/+2
2020-08-04Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-0/+14
2020-08-04tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio2-10/+2
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+0
2020-08-03Merge tag 'mlx5-updates-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-0/+5
2020-08-03devlink: Pass extack when setting trap's action and group's parametersIdo Schimmel1-2/+4
2020-08-03devlink: Add early_drop trapAmit Cohen1-0/+3
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+29