summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau2020-09-252-2/+1
| * | | | | | | | | | | | | bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_...Martin KaFai Lau2020-09-251-4/+4
| * | | | | | | | | | | | | bpf: Enable bpf_skc_to_* sock casting helper to networking prog typeMartin KaFai Lau2020-09-251-0/+1
| * | | | | | | | | | | | | Merge branch 'rtt-speedup.2020.09.16a' of git://git.kernel.org/pub/scm/linux/...Alexei Starovoitov2020-09-231-0/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | rcu-tasks: Fix grace-period/unlock race in RCU Tasks TracePaul E. McKenney2020-09-161-0/+4
| | | |_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | |
* | | | | | | | | | | | | | net/mlx5: E-switch, Use PF num in metadata reg c0sunils2020-09-301-7/+8
* | | | | | | | | | | | | | drop_monitor: Filter control packets in drop monitorIdo Schimmel2020-09-301-0/+2
* | | | | | | | | | | | | | drop_monitor: Convert to using devlink tracepointIdo Schimmel2020-09-301-36/+0
* | | | | | | | | | | | | | devlink: Add a tracepoint for trap reportsIdo Schimmel2020-09-302-0/+51
* | | | | | | | | | | | | | tcp: add exponential backoff in __tcp_send_ack()Eric Dumazet2020-09-301-1/+2
* | | | | | | | | | | | | | inet: remove icsk_ack.blockedEric Dumazet2020-09-301-2/+2
* | | | | | | | | | | | | | net: macb: move pdata to private headerAlexandre Belloni2020-09-301-20/+0
* | | | | | | | | | | | | | net: mscc: ocelot: automatically detect VCAP constantsVladimir Oltean2020-09-292-1/+15
* | | | | | | | | | | | | | net: mscc: ocelot: add definitions for VCAP ES0 keys, actions and targetVladimir Oltean2020-09-292-1/+44
* | | | | | | | | | | | | | net: mscc: ocelot: add definitions for VCAP IS1 keys, actions and targetVladimir Oltean2020-09-292-1/+93
* | | | | | | | | | | | | | net: mscc: ocelot: generalize existing code for VCAPVladimir Oltean2020-09-292-10/+74
* | | | | | | | | | | | | | net: mscc: ocelot: introduce a new ocelot_target_{read,write} APIVladimir Oltean2020-09-291-0/+22
* | | | | | | | | | | | | | net: Add netif_rx_any_context()Sebastian Andrzej Siewior2020-09-291-0/+1
* | | | | | | | | | | | | | net: caif: Remove unused caif SPI driverThomas Gleixner2020-09-291-155/+0
* | | | | | | | | | | | | | devlink: include <linux/const.h> for _BITULJacob Keller2020-09-291-0/+2
* | | | | | | | | | | | | | l2tp: report rx cookie discards in netlink getTom Parkin2020-09-291-0/+1
* | | | | | | | | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-09-293-0/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channelLuiz Augusto von Dentz2020-09-251-0/+2
| * | | | | | | | | | | | | | Bluetooth: Emit controller suspend and resume eventsAbhishek Pandit-Subedi2020-09-132-0/+7
| * | | | | | | | | | | | | | Bluetooth: Add suspend reason for device disconnectAbhishek Pandit-Subedi2020-09-131-0/+1
| * | | | | | | | | | | | | | Bluetooth: Add mgmt suspend and resume eventsAbhishek Pandit-Subedi2020-09-132-0/+14
| * | | | | | | | | | | | | | Bluetooth: Add MGMT capability flags for tx power and ext advertisingDaniel Winkler2020-09-111-0/+2
* | | | | | | | | | | | | | | stmmac: intel: Adding ref clock 1us tic for LPI cntrRusaimi Amira Ruslan2020-09-281-0/+1
* | | | | | | | | | | | | | | net/smc: introduce CHID callback for ISM devicesUrsula Braun2020-09-281-0/+1
* | | | | | | | | | | | | | | net/smc: introduce System Enterprise ID (SEID)Ursula Braun2020-09-281-0/+3
* | | | | | | | | | | | | | | udp_tunnel: add the ability to share port tablesJakub Kicinski2020-09-281-0/+24
| |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | ptp: add stub function for ptp_get_msgtype()Yangbo Lu2020-09-271-0/+8
* | | | | | | | | | | | | | net: dsa: point out the tail taggersVladimir Oltean2020-09-261-0/+1
* | | | | | | | | | | | | | net: dsa: add a generic procedure for the flow dissectorVladimir Oltean2020-09-261-0/+26
* | | | | | | | | | | | | | net: dsa: make the .flow_dissect tagger callback return voidVladimir Oltean2020-09-261-2/+2
* | | | | | | | | | | | | | net: dsa: tag_ocelot: use a short prefix on both ingress and egressVladimir Oltean2020-09-261-0/+1
* | | | | | | | | | | | | | net: dsa: allow drivers to request promiscuous mode on masterVladimir Oltean2020-09-261-0/+6
* | | | | | | | | | | | | | net: mscc: ocelot: move NPI port configuration to DSAVladimir Oltean2020-09-261-3/+0
* | | | | | | | | | | | | | devlink: introduce flash update overwrite maskJacob Keller2020-09-252-1/+26
* | | | | | | | | | | | | | devlink: convert flash_update to use params structureJacob Keller2020-09-251-2/+16
* | | | | | | | | | | | | | devlink: check flash_update parameter support in net coreJacob Keller2020-09-251-0/+15
* | | | | | | | | | | | | | net: stmmac: Add option for VLAN filter fail queue enableChuah, Kim Tatt2020-09-251-0/+2
* | | | | | | | | | | | | | net: tcp: drop unused function argument from mptcp_incoming_optionsFlorian Westphal2020-09-241-4/+2
* | | | | | | | | | | | | | mptcp: add sk_stop_timer_sync helperGeliang Tang2020-09-241-0/+2
* | | | | | | | | | | | | | of: add of_mdio_find_device() apiRussell King2020-09-241-0/+6
* | | | | | | | | | | | | | net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean2020-09-241-2/+2
* | | | | | | | | | | | | | net: phy: Document core PHY structuresAndrew Lunn2020-09-231-131/+292
* | | | | | | | | | | | | | net: phy: Fixup kernel docAndrew Lunn2020-09-232-2/+4
| |/ / / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | net: bridge: mcast: add support for blocked port groupsNikolay Aleksandrov2020-09-231-0/+1
* | | | | | | | | | | | | net: bridge: mcast: handle port group filter modesNikolay Aleksandrov2020-09-231-0/+1