aboutsummaryrefslogtreecommitdiffstats
path: root/samples (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com21-52/+68
2017-06-13mdio_bus: use devm_gpiod_get_optional()Sergei Shtylyov1-9/+5
2017-06-13mdio_bus: handle only single PHY reset GPIOSergei Shtylyov3-39/+21
2017-06-13ibmvnic: Remove netdev notify for failover resetsNathan Fontenot1-1/+3
2017-06-13ibmvnic: Client-initiated failoverThomas Falcon2-0/+48
2017-06-13net: mvpp2: enable basic 10G supportAntoine Ténart1-8/+41
2017-06-13net: dsa: mv88e6xxx: prefix remaining port macrosVivien Didelot3-13/+32
2017-06-13net: dsa: mv88e6xxx: prefix Port IEEE Priority mapping macrosVivien Didelot2-29/+38
2017-06-13net: dsa: mv88e6xxx: prefix Port Association Vector macrosVivien Didelot2-7/+10
2017-06-13net: dsa: mv88e6xxx: prefix Port Egress Rate Control macrosVivien Didelot3-5/+12
2017-06-13net: dsa: mv88e6xxx: prefix Port Control 2 macrosVivien Didelot3-48/+50
2017-06-13net: dsa: mv88e6xxx: prefix Port Default VLAN macrosVivien Didelot3-9/+14
2017-06-13net: dsa: mv88e6xxx: prefix Port Based VLAN macrosVivien Didelot2-7/+9
2017-06-13net: dsa: mv88e6xxx: prefix Port Control 1 macrosVivien Didelot2-10/+15
2017-06-13net: dsa: mv88e6xxx: prefix Port Control macrosVivien Didelot3-77/+79
2017-06-13net: dsa: mv88e6xxx: prefix Port Switch ID macrosVivien Didelot2-57/+61
2017-06-13net: dsa: mv88e6xxx: prefix Port Jamming macrosVivien Didelot2-9/+22
2017-06-13net: dsa: mv88e6xxx: prefix Port MAC Control macrosVivien Didelot2-56/+64
2017-06-13net: dsa: mv88e6xxx: prefix Port Status macrosVivien Didelot4-54/+56
2017-06-13batman-adv: Accept only filled wifi station infoSven Eckelmann1-0/+4
2017-06-13batman-adv: Use default throughput value on cfg80211 errorSven Eckelmann1-2/+4
2017-06-13net: rfkill: gpio: Switch to devm_acpi_dev_add_driver_gpios()Andy Shevchenko1-4/+1
2017-06-13mac80211: add the action to the drv_ampdu_action tracepointEmmanuel Grumbach1-4/+7
2017-06-13nl80211: remove desciption about request from NL80211_CMD_ROAMArend Van Spriel1-8/+7
2017-06-13nl80211: add authorized flag to ROAM eventAvraham Stern4-1/+19
2017-06-13cfg80211: support 4-way handshake offloading for 802.1XAvraham Stern7-1/+268
2017-06-13cfg80211: support 4-way handshake offloading for WPA/WPA2-PSKEliad Peller4-2/+32
2017-06-12net: phy: marvell: Show complete link partner advertisingThomas Bogendoerfer1-7/+0
2017-06-12vxlan: dont migrate permanent fdb entries during learnRoopa Prabhu1-1/+1
2017-06-12udp: try to avoid 2 cache miss on dequeuePaolo Abeni1-11/+103
2017-06-12udp: avoid a cache miss on dequeuePaolo Abeni3-5/+27
2017-06-12net: factor out a helper to decrement the skb refcountPaolo Abeni3-13/+18
2017-06-12sh_eth: add support for changing MTUNiklas Söderlund1-0/+20
2017-06-11bpf, arm64: take advantage of stack_depth trackingDaniel Borkmann1-11/+11
2017-06-10net: ethernet: ti: cpdma: do not enable host error misc irqGrygorii Strashko1-4/+1
2017-06-10net: ethernet: ti: cpsw: enable HWTSTAMP_FILTER_PTP_V1_L4_EVENT filterGrygorii Strashko1-4/+8
2017-06-10bpf: add bpf_set_hash helper for tc progsDaniel Borkmann3-2/+34
2017-06-10bpf: remove cg_skb_func_proto and use sk_filter_func_proto directlyDaniel Borkmann1-7/+1
2017-06-10bpf, tests: set rlimit also for test_align, so it doesn't failDaniel Borkmann1-0/+5
2017-06-10bpf, tests: add a test for htab lookup + update traversalDaniel Borkmann1-0/+50
2017-06-10bpf: reset id on spilled regs in clear_all_pkt_pointersDaniel Borkmann1-2/+2
2017-06-10bpf: reset id on CONST_IMM transitionDaniel Borkmann1-0/+2
2017-06-10bpf: don't check spilled reg state for non-STACK_SPILLed type slotsDaniel Borkmann1-0/+2
2017-06-10bpf: avoid excessive stack usage for perf_sample_dataDaniel Borkmann1-4/+6
2017-06-10net: fec: Add a fec_enet_clear_ethtool_stats() stub for CONFIG_M5272Fabio Estevam1-0/+4
2017-06-10Remove the redundant skb->dev initialization in ip6_fragmentChenbo Feng1-1/+0
2017-06-10sctp: no need to check assoc id before calling sctp_assoc_set_idXin Long1-6/+2
2017-06-10sctp: use read_lock_bh in sctp_eps_seq_showXin Long1-4/+2
2017-06-10sctp: fix recursive locking warning in sctp_do_peeloffXin Long1-2/+2
2017-06-10net/packet: remove unneeded declaraion of tpacket_snd().Rosen, Rami1-1/+0