summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)Author
2020-09-10tcp: reflect tos value received in SYN to the socketWei Wang
2020-09-10ip: pass tos into ip_build_and_send_pkt()Wei Wang
2020-09-09devlink: Introduce controller numberParav Pandit
2020-09-09devlink: Introduce external controller flagParav Pandit
2020-09-09devlink: Move structure comments outside of structureParav Pandit
2020-09-09devlink: Add comment block for missing port attributesParav Pandit
2020-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-09-08netfilter: nf_tables: add userdata support for nft_objectJose M. Guisado Gomez
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-08-31ipvs: remove dependency on ip6_tablesYaroslav Bolyukin
2020-08-31net: ipv4: remove unused arg exact_dif in compute_scoreMiaohe Lin
2020-08-31net: clean up codestyleMiaohe Lin
2020-08-31ipv6: add ipv6_fragment hook in ipv6_stubwenxu
2020-08-31xsk: Add shared umem support between queue idsMagnus Karlsson
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor...Magnus Karlsson
2020-08-31xsk: Rearrange internal structs for better performanceMagnus Karlsson
2020-08-31xsk: Enable sharing of dma mappingsMagnus Karlsson
2020-08-31xsk: Move addrs from buffer pool to umemMagnus Karlsson
2020-08-31xsk: Move xsk_tx_list and its lock to buffer poolMagnus Karlsson
2020-08-31xsk: Move queue_id, dev and need_wakeup to buffer poolMagnus Karlsson
2020-08-31xsk: Move fill and completion rings to buffer poolMagnus Karlsson
2020-08-31xsk: Create and free buffer pool independently from umemMagnus Karlsson
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson
2020-08-28netfilter: nf_tables: add userdata attributes to nft_tableJose M. Guisado Gomez
2020-08-27Merge tag 'rxrpc-fixes-20200820' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin
2020-08-27nl80211: add support for setting fixed HE rate/gi/ltfMiles Hu
2020-08-26inet: remove inet_sk_copy_descendant()Eric Dumazet
2020-08-25bpf: Allow local storage to be used from LSM programsKP Singh
2020-08-25bpf: Split bpf_local_storage to bpf_sk_storageKP Singh
2020-08-25bpf: Generalize bpf_sk_storageKP Singh
2020-08-25bpf: Generalize caching for sk_storage.KP Singh
2020-08-25bpf: Renames in preparation for bpf_local_storageKP Singh
2020-08-24tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau
2020-08-24bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau
2020-08-24bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau
2020-08-24bpf: tcp: Add bpf_skops_established()Martin KaFai Lau
2020-08-24tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockoptMartin KaFai Lau
2020-08-24tcp: bpf: Add TCP_BPF_DELACK_MAX setsockoptMartin KaFai Lau
2020-08-24tcp: Use a struct to represent a saved_synMartin KaFai Lau
2020-08-24ipv6: ndisc: adjust ndisc_ifinfo_sysctl_change prototypeTobias Klauser
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-08-21netfilter: nf_tables: fix destination register zeroingFlorian Westphal
2020-08-20rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells
2020-08-18ipv6: some fixes for ipv6_dev_find()Xin Long
2020-08-18netlink: make NLA_BINARY validation more flexibleJohannes Berg
2020-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-11net: refactor bind_bucket fastreuse into helperTim Froidcoeur