aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bounds.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-16net/smc: remove unused constantUrsula Braun1-2/+0
2019-11-16net/smc: use rcu_barrier() on module unloadUrsula Braun1-0/+2
2019-11-16net/smc: guarantee removal of link groups in rebootUrsula Braun1-1/+15
2019-11-16net/smc: introduce bookkeeping of SMCR link groupsUrsula Braun5-6/+45
2019-11-15tun: fix data-race in gro_normal_list()Petar Penkov1-2/+2
2019-11-15selftests: net: tcp_mmap should create detached threadsEric Dumazet1-1/+6
2019-11-15net: openvswitch: don't call pad_packet if not necessaryTonghao Zhang1-14/+8
2019-11-15net: dsa: ocelot: add driver for Felix switch familyVladimir Oltean8-0/+1066
2019-11-15net: dsa: ocelot: add tagger for Ocelot/Felix switchesVladimir Oltean5-0/+246
2019-11-15net: mscc: ocelot: publish ocelot_sys.h to include/soc/msccVladimir Oltean3-1/+2
2019-11-15net: mscc: ocelot: publish structure definitions to include/soc/mscc/ocelot.hVladimir Oltean3-511/+588
2019-11-15net: mscc: ocelot: separate the implementation of switch resetVladimir Oltean3-13/+33
2019-11-15net: mscc: ocelot: adjust MTU on the CPU port in NPI modeVladimir Oltean2-0/+11
2019-11-15net: mscc: ocelot: export a constant for the tag length in bytesVladimir Oltean3-5/+5
2019-11-15net: mscc: ocelot: create a helper for changing the port MTUVladimir Oltean1-17/+23
2019-11-15net: mscc: ocelot: move invariant configs out of adjust_linkVladimir Oltean1-42/+43
2019-11-15net: mscc: ocelot: filter out ocelot SoC specific PCS config from common pathClaudiu Manoil4-20/+39
2019-11-15net: mscc: ocelot: move resource ioremap and regmap init to common codeClaudiu Manoil3-19/+16
2019-11-15net/smc: immediate termination for SMCR link groupsUrsula Braun4-22/+46
2019-11-15net/smc: wait for tx completions before link freeingUrsula Braun3-3/+28
2019-11-15net/smc: abnormal termination without orderly flagUrsula Braun1-6/+4
2019-11-15net/smc: no WR buffer wait for terminating link groupUrsula Braun3-4/+19
2019-11-15net/smc: introduce bookkeeping of SMCD link groupsUrsula Braun3-0/+9
2019-11-15net/smc: abnormal termination of SMCD link groupsUrsula Braun6-21/+57
2019-11-15net/smc: immediate termination for SMCD link groupsUrsula Braun5-17/+72
2019-11-15net/smc: fix final cleanup sequence for SMCD devicesUrsula Braun4-9/+21
2019-11-15net: stmmac: xgmac: Do not enable TBU interruptJose Abreu1-1/+1
2019-11-15net: stmmac: Rework TX Coalesce logicJose Abreu1-19/+42
2019-11-15net: stmmac: Tune-up default coalesce settingsJose Abreu1-2/+2
2019-11-15net: stmmac: xgmac: Remove uneeded computation for RFA/RFDJose Abreu1-12/+2
2019-11-15net: stmmac: gmac4+: Remove uneeded computation for RFA/RFDJose Abreu1-12/+2
2019-11-15net: stmmac: Setup a default RX Coalesce value instead of the minimumJose Abreu2-3/+5
2019-11-15net: stmmac: Do not set RX IC bit if RX Coalesce is zeroJose Abreu1-1/+5
2019-11-15mlxsw: spectrum_router: Allocate discard adjacency entry when neededIdo Schimmel1-11/+32
2019-11-15net/tls: Fix unused function warningYueHaibing1-0/+2
2019-11-14s390/qeth: don't check drvdata in sysfs codeJulian Wiedmann3-199/+4
2019-11-14s390/qeth: replace qeth_l3_get_addr_buffer()Julian Wiedmann2-40/+23
2019-11-14s390/qeth: remove VLAN tracking for L3 devicesJulian Wiedmann2-32/+11
2019-11-14s390/qeth: consolidate L3 mcast registration codeJulian Wiedmann1-90/+30
2019-11-14s390/qeth: remove gratuitious RX modesetJulian Wiedmann1-2/+0
2019-11-14s390/qeth: fine-tune L3 mcast lockingJulian Wiedmann1-4/+3
2019-11-14s390/qeth: clean up error path in qeth_core_probe_device()Julian Wiedmann1-1/+2
2019-11-14s390/qeth: handle skb allocation error gracefullyJulian Wiedmann1-15/+10
2019-11-14s390/qeth: drop unwanted packets earlier in RX pathJulian Wiedmann3-41/+44
2019-11-14s390/qeth: support per-frame invalidationJulian Wiedmann3-2/+14
2019-11-14s390/qeth: gather more detailed RX dropped/error statisticsJulian Wiedmann5-8/+20
2019-11-14vhost/vsock: refuse CID assigned to the guest->host transportStefano Garzarella1-0/+6
2019-11-14vsock: fix bind() behaviour taking care of CIDStefano Garzarella1-2/+8
2019-11-14vsock: prevent transport modules unloadingStefano Garzarella6-4/+25
2019-11-14vsock/vmci: register vmci_transport only when VMCI guest/host are activeStefano Garzarella6-11/+102