summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2019-02-24tls: Return type of non-data records retrieved using MSG_PEEK in recvmsgVakul Garg-0/+10
2019-02-24ipv6: icmp: use percpu allocationKefeng Wang-1/+1
2019-02-24mlxsw: spectrum_acl: Add vregion migration end tracepointJiri Pirko-0/+20
2019-02-24net: phy: marvell10g: add support for the 88x2110 PHYMaxime Chevallier-0/+1
2019-02-24net: phy: marvell10g: Use a #define for 88X3310 family idMaxime Chevallier-0/+1
2019-02-24net: phy: improve definition of __ETHTOOL_LINK_MODE_MASK_NBITSHeiner Kallweit-12/+9
2019-02-24net: dev: add generic protodown handlerAndy Roulin-0/+1
2019-02-24net: phylink: update mac_config() documentationRussell King-0/+7
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-24/+75
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-7/+32
2019-02-23trace: events: neigh_update: print new state in string formatRoopa Prabhu-3/+5
2019-02-23net: phy: realtek: Dummy IRQ calls for RTL8366RBLinus Walleij-0/+8
2019-02-23net: phy: add genphy_c45_read_statusHeiner Kallweit-0/+1
2019-02-23Merge tag 'mlx5-updates-2019-02-21' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller-2/+12
2019-02-22net_sched: initialize net pointer inside tcf_exts_init()Cong Wang-2/+3
2019-02-22net/mlx5e: Fix GRE key by controlling port tunnel entropy calculationEli Britstein-0/+2
2019-02-22net/mlx5: Introduce tunnel entropy control in PCMR registerEli Britstein-2/+10
2019-02-22Merge tag 'wireless-drivers-next-for-davem-2019-02-22' of git://git.kernel.or...David S. Miller-0/+8
2019-02-22net/ethernet: Add parse_protocol header_ops supportMaxim Mikityanskiy-0/+1
2019-02-22net: Introduce parse_protocol header_ops callbackMaxim Mikityanskiy-0/+10
2019-02-22net: Don't set transport offset to invalid valueMaxim Mikityanskiy-5/+2
2019-02-22KEYS: user: Align the payload bufferEric Biggers-1/+1
2019-02-22rhashtable: Remove obsolete rhashtable_walk_init functionHerbert Xu-8/+0
2019-02-22Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg-379/+2203
2019-02-22mac80211: update HE IEs to D3.3Liad Kaufman-7/+15
2019-02-22cfg80211: allow sending vendor events unicastJohannes Berg-2/+47
2019-02-22mac80211: notify driver on subsequent CSA beaconsSara Sharon-2/+7
2019-02-22radiotap: add 0-length PSDU "not captured" typeJohannes Berg-1/+2
2019-02-22mac80211: abort CSA if beacon does not include CSA IEsSara Sharon-0/+5
2019-02-22mac80211: support max channel switch time elementSara Sharon-0/+5
2019-02-22cfg80211: Report Association Request frame IEs in association eventsJouni Malinen-2/+5
2019-02-21phonet: fix building with clangArnd Bergmann-2/+3
2019-02-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-3/+9
2019-02-21net: Get rid of switchdev_port_attr_get()Florian Fainelli-8/+0
2019-02-21net: Remove SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS_SUPPORTFlorian Fainelli-2/+0
2019-02-21net: switchdev: Add PORT_PRE_BRIDGE_FLAGSFlorian Fainelli-1/+2
2019-02-21net: dsa: add support for bridge flagsRussell King-0/+2
2019-02-21net: avoid false positives in untrusted gso validationWillem de Bruijn-2/+12
2019-02-21ipmr: ip6mr: Create new sockopt to clear mfc cache or vifsCallum Sinclair-2/+16
2019-02-21net: phy: add genphy_c45_check_and_restart_anegHeiner Kallweit-0/+1
2019-02-21net: phy: export genphy_config_eee_advertHeiner Kallweit-0/+1
2019-02-21devlink: Rename devlink health attributesAya Levin-2/+2
2019-02-21net/smc: add smcd support to the pnet tableHans Wippel-0/+1
2019-02-20Merge tag 'mlx5-updates-2019-02-19' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller-1/+17
2019-02-20Merge branch 'fixes-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-16/+42
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-18/+62
2019-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-3/+38
2019-02-19ptp_qoriq: don't pass a large struct by value but instead pass it by referenceColin Ian King-1/+1
2019-02-19ethtool: Added support for 50Gbps per lane link modesAya Levin-1/+17
2019-02-19net/tls: Move protocol constants from cipher context to tls contextVakul Garg-17/+29