summaryrefslogtreecommitdiffstats
path: root/certs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-22nexthop: support for fdb ecmp nexthopsRoopa Prabhu5-25/+148
2020-05-22net: phy: tja11xx: add SQI supportOleksij Rempel1-0/+26
2020-05-22ethtool: provide UAPI for PHY Signal Quality Index (SQI)Oleksij Rempel4-3/+82
2020-05-22qed: Add XRC to RoCEYuval Basson4-18/+194
2020-05-22qed: changes to ILT to support XRCYuval Basson4-14/+64
2020-05-22net: psample: Add tunnel supportChris Mi2-0/+179
2020-05-22igc: Change byte order in struct igc_nfc_filterAndre Guedes2-22/+13
2020-05-22igc: Align terms used in NFC support codeAndre Guedes3-117/+114
2020-05-22igc: Add 'igc_ethtool_' prefix to functions in igc_ethtool.cAndre Guedes3-108/+112
2020-05-22igc: Early return in igc_get_ethtool_nfc_entry()Andre Guedes1-30/+28
2020-05-22igc: Cleanup _get|set_rxnfc ethtool opsAndre Guedes1-23/+10
2020-05-22igc: Get rid of igc_max_channels()Andre Guedes2-13/+3
2020-05-22igc: Remove unused field from igc_nfc_filterAndre Guedes1-1/+0
2020-05-22igc: Remove per queue good transmited counter registerSasha Neftin1-3/+0
2020-05-22igc: Remove header redirection registerSasha Neftin1-1/+0
2020-05-22igc: Remove obsolete circuit breaker registersSasha Neftin2-11/+0
2020-05-22e1000: Do not perform reset in reset_task if we are already downAlexander Duyck1-4/+14
2020-05-22igc: Enable NFC rules based source MAC addressAndre Guedes1-10/+22
2020-05-22igc: Add support for source address filters in coreAndre Guedes4-21/+49
2020-05-21igc: Remove mac_table from igc_adapterAndre Guedes3-48/+21
2020-05-21igc: Remove IGC_MAC_STATE_SRC_ADDR flagAndre Guedes3-37/+12
2020-05-21atm: switch do_atmif_sioc() to direct use of atm_dev_ioctl()Al Viro1-21/+4
2020-05-21atm: lift copyin from atm_dev_ioctl()Al Viro3-33/+31
2020-05-21atm: switch do_atm_iobuf() to direct use of atm_getnames()Al Viro1-22/+3
2020-05-21atm: move copyin from atm_getnames() into the callerAl Viro3-20/+20
2020-05-21atm: separate ATM_GETNAMES handling from the rest of atm_dev_ioctl()Al Viro3-44/+51
2020-05-21batadv_socket_read(): get rid of pointless access_ok()Al Viro1-3/+0
2020-05-21get rid of compat_mc_setsockopt()Al Viro2-94/+0
2020-05-21handle the group_source_req options directlyAl Viro2-4/+42
2020-05-21ipv6: take handling of group_source_req options into a helperAl Viro1-29/+36
2020-05-21ipv4: take handling of group_source_req options into a helperAl Viro1-39/+44
2020-05-21ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directlyAl Viro2-0/+59
2020-05-21ipv6: do compat setsockopt for MCAST_MSFILTER directlyAl Viro1-1/+47
2020-05-21ip6_mc_msfilter(): pass the address list separatelyAl Viro3-5/+7
2020-05-21ipv4: do compat setsockopt for MCAST_MSFILTER directlyAl Viro1-1/+47
2020-05-21set_mcast_msfilter(): take the guts of setsockopt(MCAST_MSFILTER) into a helperAl Viro1-33/+40
2020-05-21get rid of compat_mc_getsockopt()Al Viro4-88/+79
2020-05-21ip*_mc_gsfget(): lift copyout of struct group_filter into callersAl Viro6-31/+38
2020-05-21compat_ip{,v6}_setsockopt(): enumerate MCAST_... options explicitlyAl Viro2-2/+18
2020-05-21lift compat definitions of mcast [sg]etsockopt requests into net/compat.hAl Viro2-25/+24
2020-05-20rds: fix crash in rds_info_getsockopt()John Hubbard1-1/+2
2020-05-20net: unexport skb_gro_receive()Eric Dumazet1-2/+0
2020-05-20igc: Remove unused registersSasha Neftin2-9/+0
2020-05-20igc: Remove unused IGC_ICS_DRSTA defineSasha Neftin1-1/+0
2020-05-20igc: Dump ETQF registersAndre Guedes1-0/+3
2020-05-20igc: Refactor ethertype filtering codeAndre Guedes3-61/+103
2020-05-20ipv6: use ->ndo_tunnel_ctl in addrconf_set_dstaddrChristoph Hellwig1-7/+2
2020-05-20ipv6: streamline addrconf_set_dstaddrChristoph Hellwig1-49/+38
2020-05-20ipv6: stub out even more of addrconf_set_dstaddr if SIT is disabledChristoph Hellwig1-2/+3
2020-05-20sit: impement ->ndo_tunnel_ctlChristoph Hellwig1-39/+34