summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2020-09-15nexthop: Convert to blocking notification chainIdo Schimmel-1/+1
2020-09-15nexthop: Remove NEXTHOP_EVENT_ADDIdo Schimmel-1/+0
2020-09-15nexthop: Remove unused function declaration from header fileIdo Schimmel-3/+0
2020-09-15devlink: introduce the health reporter test commandJiri Pirko-0/+3
2020-09-15bridge: Add SWITCHDEV_FDB_FLUSH_TO_BRIDGE notifierAlexandra Winter-0/+1
2020-09-14net: sched: only keep the available bits when setting vxlan md->gbpXin Long-0/+3
2020-09-14ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern-0/+1
2020-09-14tcp: remove SOCK_QUEUE_SHRUNKEric Dumazet-2/+0
2020-09-14mptcp: call tcp_cleanup_rbuf on subflowsPaolo Abeni-0/+2
2020-09-13Bluetooth: Emit controller suspend and resume eventsAbhishek Pandit-Subedi-0/+7
2020-09-13Bluetooth: Add suspend reason for device disconnectAbhishek Pandit-Subedi-0/+1
2020-09-13Bluetooth: Add mgmt suspend and resume eventsAbhishek Pandit-Subedi-0/+14
2020-09-11Bluetooth: Add MGMT capability flags for tx power and ext advertisingDaniel Winkler-0/+2
2020-09-10tcp: simplify tcp_set_congestion_control(): Always reinitializeNeal Cardwell-1/+1
2020-09-10tcp: Only init congestion control if not initialized alreadyNeal Cardwell-1/+2
2020-09-10netlink: fix doc about nlmsg_parse/nla_validateNicolas Dichtel-2/+0
2020-09-10tcp: reflect tos value received in SYN to the socketWei Wang-0/+1
2020-09-10ip: pass tos into ip_build_and_send_pkt()Wei Wang-1/+1
2020-09-09devlink: Introduce controller numberParav Pandit-2/+7
2020-09-09devlink: Introduce external controller flagParav Pandit-2/+6
2020-09-09devlink: Move structure comments outside of structureParav Pandit-3/+12
2020-09-09devlink: Add comment block for missing port attributesParav Pandit-0/+3
2020-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-3/+4
2020-09-08netfilter: nf_tables: add userdata support for nft_objectJose M. Guisado Gomez-0/+2
2020-09-08netfilter: nf_tables: coalesce multiple notifications into one skbuffPablo Neira Ayuso-0/+1
2020-09-07xfrm: clone XFRMA_REPLAY_ESN_VAL in xfrm_do_migrateAntony Antony-10/+6
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+4
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-90/+203
2020-08-31ipvs: remove dependency on ip6_tablesYaroslav Bolyukin-3/+0
2020-08-31net: ipv4: remove unused arg exact_dif in compute_scoreMiaohe Lin-10/+0
2020-08-31net: clean up codestyleMiaohe Lin-2/+2
2020-08-31ipv6: add ipv6_fragment hook in ipv6_stubwenxu-0/+3
2020-08-31xsk: Add shared umem support between queue idsMagnus Karlsson-0/+2
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor...Magnus Karlsson-5/+5
2020-08-31xsk: Rearrange internal structs for better performanceMagnus Karlsson-18/+22
2020-08-31xsk: Enable sharing of dma mappingsMagnus Karlsson-0/+14
2020-08-31xsk: Move addrs from buffer pool to umemMagnus Karlsson-0/+1
2020-08-31xsk: Move xsk_tx_list and its lock to buffer poolMagnus Karlsson-3/+6
2020-08-31xsk: Move queue_id, dev and need_wakeup to buffer poolMagnus Karlsson-3/+4
2020-08-31xsk: Move fill and completion rings to buffer poolMagnus Karlsson-3/+3
2020-08-31xsk: Create and free buffer pool independently from umemMagnus Karlsson-5/+11
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson-55/+60
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson-4/+7
2020-08-28netfilter: nf_tables: add userdata attributes to nft_tableJose M. Guisado Gomez-0/+2
2020-08-27Merge tag 'rxrpc-fixes-20200820' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller-1/+1
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin-18/+17
2020-08-27nl80211: add support for setting fixed HE rate/gi/ltfMiles Hu-0/+3
2020-08-26inet: remove inet_sk_copy_descendant()Eric Dumazet-7/+0
2020-08-25bpf: Allow local storage to be used from LSM programsKP Singh-0/+2
2020-08-25bpf: Split bpf_local_storage to bpf_sk_storageKP Singh-60/+1