summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | mac80211: Add FILS discovery supportAloka Dixit2020-09-181-0/+27
| | * | | | | | | nl80211: Add FILS discovery supportAloka Dixit2020-09-181-0/+19
| | * | | | | | | nl80211: support setting S1G channelsThomas Pedersen2020-09-181-0/+10
| | * | | | | | | nl80211: advertise supported channel width in S1GThomas Pedersen2020-09-181-0/+15
| | * | | | | | | mac80211: extend ieee80211_tx_status_ext to support bulk freeFelix Fietkau2020-09-181-0/+2
| | * | | | | | | mac80211: notify the driver when a sta uses 4-address modeFelix Fietkau2020-09-181-0/+4
| | * | | | | | | mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flagsFelix Fietkau2020-09-181-7/+7
| | * | | | | | | mac80211: remove tx status call to ieee80211_sta_register_airtimeFelix Fietkau2020-09-181-2/+3
| | * | | | | | | mac80211: rework tx encapsulation offload APIFelix Fietkau2020-09-181-0/+29
| | * | | | | | | cfg80211: add more comments for ap_isolate in bss_parametersWright Feng2020-09-181-0/+1
| * | | | | | | | net: dsa: wire up devlink info getAndrew Lunn2020-09-181-1/+4
| * | | | | | | | net: dsa: Add devlink regions support to DSAAndrew Lunn2020-09-181-0/+6
| * | | | | | | | net: dsa: Add helper to convert from devlink to dsAndrew Lunn2020-09-181-0/+7
| * | | | | | | | net: devlink: region: Pass the region ops to the snapshot functionAndrew Lunn2020-09-181-1/+3
| * | | | | | | | net: devlink: regions: Add a priv member to the regions ops structAndrew Lunn2020-09-181-0/+2
| * | | | | | | | devlink: collect flash notify params into a structShannon Nelson2020-09-181-0/+19
| * | | | | | | | devlink: add timeout information to status_notifyShannon Nelson2020-09-181-0/+4
| |/ / / / / / /
| * | | | | | | genetlink: Remove unused function genl_err_attr()YueHaibing2020-09-171-8/+0
| * | | | | | | net/sched: Remove unused function qdisc_queue_drop_head()YueHaibing2020-09-171-6/+0
| * | | | | | | nexthop: Convert to blocking notification chainIdo Schimmel2020-09-151-1/+1
| * | | | | | | nexthop: Remove NEXTHOP_EVENT_ADDIdo Schimmel2020-09-151-1/+0
| * | | | | | | nexthop: Remove unused function declaration from header fileIdo Schimmel2020-09-151-3/+0
| * | | | | | | devlink: introduce the health reporter test commandJiri Pirko2020-09-151-0/+3
| * | | | | | | bridge: Add SWITCHDEV_FDB_FLUSH_TO_BRIDGE notifierAlexandra Winter2020-09-151-0/+1
| * | | | | | | tcp: remove SOCK_QUEUE_SHRUNKEric Dumazet2020-09-141-2/+0
| * | | | | | | mptcp: call tcp_cleanup_rbuf on subflowsPaolo Abeni2020-09-141-0/+2
| * | | | | | | tcp: reflect tos value received in SYN to the socketWei Wang2020-09-101-0/+1
| * | | | | | | ip: pass tos into ip_build_and_send_pkt()Wei Wang2020-09-101-1/+1
| * | | | | | | devlink: Introduce controller numberParav Pandit2020-09-091-2/+7
| * | | | | | | devlink: Introduce external controller flagParav Pandit2020-09-091-2/+6
| * | | | | | | devlink: Move structure comments outside of structureParav Pandit2020-09-091-3/+12
| * | | | | | | devlink: Add comment block for missing port attributesParav Pandit2020-09-091-0/+3
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-09-092-3/+4
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | netfilter: nf_tables: add userdata support for nft_objectJose M. Guisado Gomez2020-09-081-0/+2
| | * | | | | | ipvs: remove dependency on ip6_tablesYaroslav Bolyukin2020-08-311-3/+0
| | * | | | | | netfilter: nf_tables: add userdata attributes to nft_tableJose M. Guisado Gomez2020-08-281-0/+2
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-043-2/+4
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-018-90/+203
| |\ \ \ \ \ \ \
| | * | | | | | | xsk: Add shared umem support between queue idsMagnus Karlsson2020-08-311-0/+2
| | * | | | | | | xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor...Magnus Karlsson2020-08-312-5/+5
| | * | | | | | | xsk: Rearrange internal structs for better performanceMagnus Karlsson2020-08-312-18/+22
| | * | | | | | | xsk: Enable sharing of dma mappingsMagnus Karlsson2020-08-312-0/+14
| | * | | | | | | xsk: Move addrs from buffer pool to umemMagnus Karlsson2020-08-311-0/+1
| | * | | | | | | xsk: Move xsk_tx_list and its lock to buffer poolMagnus Karlsson2020-08-312-3/+6
| | * | | | | | | xsk: Move queue_id, dev and need_wakeup to buffer poolMagnus Karlsson2020-08-312-3/+4
| | * | | | | | | xsk: Move fill and completion rings to buffer poolMagnus Karlsson2020-08-312-3/+3
| | * | | | | | | xsk: Create and free buffer pool independently from umemMagnus Karlsson2020-08-312-5/+11
| | * | | | | | | xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson2020-08-312-55/+60
| | * | | | | | | xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson2020-08-312-4/+7
| | * | | | | | | bpf: Allow local storage to be used from LSM programsKP Singh2020-08-251-0/+2