summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-09-30net: macb: move pdata to private headerAlexandre Belloni1-20/+0
2020-09-29net: mscc: ocelot: automatically detect VCAP constantsVladimir Oltean2-1/+15
2020-09-29net: mscc: ocelot: add definitions for VCAP ES0 keys, actions and targetVladimir Oltean2-1/+44
2020-09-29net: mscc: ocelot: add definitions for VCAP IS1 keys, actions and targetVladimir Oltean2-1/+93
2020-09-29net: mscc: ocelot: generalize existing code for VCAPVladimir Oltean2-10/+74
2020-09-29net: mscc: ocelot: introduce a new ocelot_target_{read,write} APIVladimir Oltean1-0/+22
2020-09-29net: Add netif_rx_any_context()Sebastian Andrzej Siewior1-0/+1
2020-09-29net: caif: Remove unused caif SPI driverThomas Gleixner1-155/+0
2020-09-29devlink: include <linux/const.h> for _BITULJacob Keller1-0/+2
2020-09-29l2tp: report rx cookie discards in netlink getTom Parkin1-0/+1
2020-09-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller3-0/+26
2020-09-28stmmac: intel: Adding ref clock 1us tic for LPI cntrRusaimi Amira Ruslan1-0/+1
2020-09-28net/smc: introduce CHID callback for ISM devicesUrsula Braun1-0/+1
2020-09-28net/smc: introduce System Enterprise ID (SEID)Ursula Braun1-0/+3
2020-09-28udp_tunnel: add the ability to share port tablesJakub Kicinski1-0/+24
2020-09-27ptp: add stub function for ptp_get_msgtype()Yangbo Lu1-0/+8
2020-09-26net: dsa: point out the tail taggersVladimir Oltean1-0/+1
2020-09-26net: dsa: add a generic procedure for the flow dissectorVladimir Oltean1-0/+26
2020-09-26net: dsa: make the .flow_dissect tagger callback return voidVladimir Oltean1-2/+2
2020-09-26net: dsa: tag_ocelot: use a short prefix on both ingress and egressVladimir Oltean1-0/+1
2020-09-26net: dsa: allow drivers to request promiscuous mode on masterVladimir Oltean1-0/+6
2020-09-26net: mscc: ocelot: move NPI port configuration to DSAVladimir Oltean1-3/+0
2020-09-25devlink: introduce flash update overwrite maskJacob Keller2-1/+26
2020-09-25devlink: convert flash_update to use params structureJacob Keller1-2/+16
2020-09-25devlink: check flash_update parameter support in net coreJacob Keller1-0/+15
2020-09-25net: stmmac: Add option for VLAN filter fail queue enableChuah, Kim Tatt1-0/+2
2020-09-25Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channelLuiz Augusto von Dentz1-0/+2
2020-09-24net: tcp: drop unused function argument from mptcp_incoming_optionsFlorian Westphal1-4/+2
2020-09-24mptcp: add sk_stop_timer_sync helperGeliang Tang1-0/+2
2020-09-24of: add of_mdio_find_device() apiRussell King1-0/+6
2020-09-24net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean1-2/+2
2020-09-23net: phy: Document core PHY structuresAndrew Lunn1-131/+292
2020-09-23net: phy: Fixup kernel docAndrew Lunn2-2/+4
2020-09-23net: bridge: mcast: add support for blocked port groupsNikolay Aleksandrov1-0/+1
2020-09-23net: bridge: mcast: handle port group filter modesNikolay Aleksandrov1-0/+1
2020-09-23net: bridge: mcast: add rt_protocol field to the port group structNikolay Aleksandrov1-0/+1
2020-09-23net: bridge: mdb: add support for add/del/dump of entries with sourceNikolay Aleksandrov1-0/+2
2020-09-23net: bridge: mdb: add support to extend add/del commandsNikolay Aleksandrov1-0/+12
2020-09-23net: bridge: mcast: rename br_ip's u member to dstNikolay Aleksandrov1-1/+1
2020-09-23net: bridge: add src field to br_ipNikolay Aleksandrov1-0/+6
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller7-59/+89
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller38-65/+199
2020-09-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds11-9/+21
2020-09-22Merge tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-0/+5
2020-09-21net: phy: bcm7xxx: Add an entry for BCM72113Florian Fainelli1-0/+1
2020-09-21bpf: Use a table to drive helper arg type checksLorenz Bauer1-0/+1
2020-09-21bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer1-8/+10
2020-09-21btf: Add BTF_ID_LIST_SINGLE macroLorenz Bauer1-0/+8
2020-09-21btf: Make btf_set_contains take a const pointerLorenz Bauer1-1/+1