aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-14i40e: Protect access to VF control methodsJan Sokolowski2-5/+60
2018-11-14i40e: Replace strncpy with strlcpy to ensure null terminationPatryk Małek2-8/+8
2018-11-14i40e: Add capability flag for stopping FW LLDPKrzysztof Galazka3-1/+10
2018-11-14i40e: Use a local variable for readabilityJan Sokolowski1-2/+2
2018-11-14i40e: Replace spin_is_locked() with lockdepLance Roy1-2/+1
2018-11-14net: aquantia: add support of rx-vlan-filter offloadDmitry Bogdanov7-18/+197
2018-11-14net: aquantia: add ethertype and PCP to rx flow filtersDmitry Bogdanov5-4/+133
2018-11-14net: aquantia: add vlan id to rx flow filtersDmitry Bogdanov7-3/+151
2018-11-14net: aquantia: add support of L3/L4 ntuple filtersDmitry Bogdanov5-3/+284
2018-11-14net: aquantia: add infrastructure for ntuple rulesDmitry Bogdanov8-1/+501
2018-11-14net: aquantia: add rx-flow filter definitionsDmitry Bogdanov3-17/+275
2018-11-13net: ethernet: ti: cpsw: allow vlan tagged packets to be timestampedIvan Khoronzhuk1-2/+3
2018-11-13net: ethernet: ti: cpts: move enable/disable flags outside of cpts moduleIvan Khoronzhuk4-77/+41
2018-11-13net: ethernet: ti: cpts: purge staled skbs from txqIvan Khoronzhuk1-2/+24
2018-11-13net: ethernet: ti: cpts: correct debug for expired txq skbIvan Khoronzhuk1-3/+1
2018-11-12net: phy: check if advertising is zero using linkmode_emptyColin Ian King1-1/+1
2018-11-12sctp: process sk_reuseport in sctp_get_port_localXin Long2-14/+36
2018-11-12sctp: add sock_reuseport for the sock in __sctp_hash_endpointXin Long6-11/+85
2018-11-12sctp: do reuseport_select_sock in __sctp_rcv_lookup_endpointXin Long1-28/+41
2018-11-11net: phy: marvell: remove set but not used variable 'pause'YueHaibing1-2/+0
2018-11-11Linux 4.20-rc2Linus Torvalds1-1/+1
2018-11-11PCI: add USR vendor id and use it in r8169 and w6692 driverHeiner Kallweit3-4/+3
2018-11-11net_sched: sch_fq: add dctcp-like markingEric Dumazet2-0/+24
2018-11-11tcp: tsq: no longer use limit_output_bytes for paced flowsEric Dumazet3-5/+6
2018-11-11tcp: get rid of tcp_tso_should_defer() dependency on HZ/jiffiesEric Dumazet1-2/+5
2018-11-11tcp: refine tcp_tso_should_defer() after EDT adoptionEric Dumazet1-3/+4
2018-11-11tcp: do not try to defer skbs with eor mark (MSG_EOR)Eric Dumazet1-0/+4
2018-11-11tcp: minor optimization in tcp ack fast path processingYafang Shao1-3/+4
2018-11-11act_mirred: clear skb->tstamp on redirectEric Dumazet2-10/+2
2018-11-11net: dsa: mv88e6xxx: Fix clearing of stats countersAndrew Lunn1-0/+2
2018-11-11net: dsa: mv88e6xxx: Add support for SERDES on ports 2-8 for 6390XAndrew Lunn3-11/+25
2018-11-11net: dsa: mv88e6xxx: Default ports 9/10 6390X CMODE to 1000BaseXAndrew Lunn1-3/+6
2018-11-11net: dsa: mv88e6xxx: Differentiate between 6390 and 6390X cmodesAndrew Lunn3-2/+22
2018-11-11net: dsa: mv88e6xxx: Group cmode ops togetherAndrew Lunn1-3/+3
2018-11-11net: phy: Add support for resolving 5G and 2.5G autonegAndrew Lunn1-0/+8
2018-11-11net: phy: Add more link modes to the settings tableAndrew Lunn1-4/+158
2018-11-11net: phy: Fixup kerneldoc markup.Andrew Lunn1-1/+1
2018-11-11net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn10-41/+72
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn39-330/+536
2018-11-11net: phy: remove states PHY_STARTING and PHY_PENDINGHeiner Kallweit2-27/+2
2018-11-11tipc: fix link re-establish failureJon Maloy1-4/+7
2018-11-11documentation of some IP/ICMP snmp countersyupeng2-0/+223
2018-11-11tipc: improve broadcast retransmission algorithmLUU Duc Canh2-46/+14
2018-11-11nfp: flower: remove unnecessary code in flow lookupJohn Hurley3-14/+6
2018-11-11nfp: flower: remove TC egdev offloadsJohn Hurley4-78/+17
2018-11-11nfp: flower: offload tunnel decap rules via indirect TC blocksJohn Hurley3-4/+144
2018-11-11nfp: flower: increase scope of netdev checking functionsJohn Hurley3-31/+29
2018-11-11nfp: flower: allow non repr netdev offloadJohn Hurley4-39/+49
2018-11-11net: sched: register callbacks for indirect tc block bindsJohn Hurley3-1/+292
2018-11-11net: phy: realtek: use new PHYID matching macrosHeiner Kallweit1-19/+10