summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: devmap fix arithmetic overflow in bitmap_size calculationJohn Fastabend2017-10-221-1/+1
* Merge branch 'aquantia-fixes'David S. Miller2017-10-2112-146/+284
|\
| * net: aquantia: Bad udp rate on default interrupt coalescingIgor Russkikh2017-10-211-6/+6
| * net: aquantia: Enable coalescing management via ethtool interfaceIgor Russkikh2017-10-219-62/+155
| * net: aquantia: mmio unmap was not performed on driver removalIgor Russkikh2017-10-211-0/+3
| * net: aquantia: Limit number of MSIX irqs to the number of cpusIgor Russkikh2017-10-211-4/+7
| * net: aquantia: Fixed transient link up/down/up notificationIgor Russkikh2017-10-211-0/+2
| * net: aquantia: Add queue restarts stats counterIgor Russkikh2017-10-212-58/+37Star
| * net: aquantia: Reset nic statistics on interface up/downIgor Russkikh2017-10-216-17/+75
|/
* udp: make some messages more descriptiveMatteo Croce2017-10-211-2/+2
* geneve: Fix function matching VNI and tunnel ID on big-endianStefano Brivio2017-10-211-6/+0Star
* Merge tag 'linux-can-fixes-for-4.14-20171019' of git://git.kernel.org/pub/scm...David S. Miller2017-10-215-30/+98
|\
| * can: gs_usb: fix busy loop if no more TX context is availableWolfgang Grandegger2017-10-191-8/+2Star
| * can: esd_usb2: Fix can_dlc value for received RTR, framesStefan Mätje2017-10-191-1/+1
| * can: af_can: can_pernet_init(): add missing error handling for kzalloc return...Marc Kleine-Budde2017-10-191-1/+13
| * can: af_can: do not access proto_tab directly use rcu_access_pointer insteadMarc Kleine-Budde2017-10-191-3/+3
| * can: bcm: check for null sk before deferencing it via the call to sock_netColin Ian King2017-10-191-2/+3
| * can: flexcan: fix p1010 state transition issueZHU Yi (ST-FIR/ENG1-Zhu)2017-10-191-1/+2
| * can: flexcan: fix i.MX28 state transition issueZHU Yi (ST-FIR/ENG1-Zhu)2017-10-191-1/+3
| * can: flexcan: fix i.MX6 state transition issueZHU Yi (ST-FIR/ENG1-Zhu)2017-10-191-1/+1
| * can: flexcan: implement error passive state quirkZHU Yi (ST-FIR/ENG1-Zhu)2017-10-191-9/+66
| * can: flexcan: rename legacy error state quirkZHU Yi (ST-FIR/ENG1-Zhu)2017-10-191-4/+4
| * can: flexcan: fix state transition regressionZHU Yi (ST-FIR/ENG1-Zhu)2017-10-191-2/+3
* | hv_sock: add locking in the open/close/release code pathsDexuan Cui2017-10-211-4/+18
* | net/ncsi: Fix length of GVI response packetGavin Shan2017-10-211-1/+1
* | net/ncsi: Enforce failover on link monitor timeoutGavin Shan2017-10-211-3/+5
* | net/ncsi: Disable HWA mode when no channels are foundGavin Shan2017-10-211-2/+10
* | net/ncsi: Stop monitor if channel times out or is inactiveSamuel Mendoza-Jonas2017-10-211-6/+9
* | net/ncsi: Fix AEN HNCDSC packet lengthSamuel Mendoza-Jonas2017-10-211-1/+1
* | packet: avoid panic in packet_getsockopt()Eric Dumazet2017-10-211-8/+16
* | tcp/dccp: fix ireq->opt racesEric Dumazet2017-10-217-39/+34Star
* | Merge branch 'sockmap-fixes'David S. Miller2017-10-2011-34/+74
|\ \
| * | bpf: require CAP_NET_ADMIN when using devmapJohn Fastabend2017-10-201-0/+3
| * | bpf: require CAP_NET_ADMIN when using sockmap mapsJohn Fastabend2017-10-201-0/+3
| * | bpf: remove mark access for SK_SKB program typesJohn Fastabend2017-10-202-3/+15
| * | bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-208-30/+36
| * | bpf: enforce TCP only support for sockmapJohn Fastabend2017-10-202-1/+17
|/ /
* | sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long2017-10-201-1/+1
* | sctp: do not peel off an assoc from one netns to another oneXin Long2017-10-191-0/+4
* | Merge branch 'bpf-Fix-for-BPF-devmap-percpu-allocation-splat'David S. Miller2017-10-194-12/+14
|\ \
| * | bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocationsDaniel Borkmann2017-10-192-5/+1Star
| * | bpf: fix splat for illegal devmap percpu allocationDaniel Borkmann2017-10-191-2/+3
| * | mm, percpu: add support for __GFP_NOWARN flagDaniel Borkmann2017-10-191-5/+10
|/ /
* | Merge branch 'ena-fixes'David S. Miller2017-10-192-5/+6
|\ \ | |/ |/|
| * net: ena: fix wrong max Tx/Rx queues on ethtoolNetanel Belgazal2017-10-191-2/+2
| * net: ena: fix rare kernel crash when bar memory remap failsNetanel Belgazal2017-10-191-1/+2
| * net: ena: reduce the severity of some printoutsNetanel Belgazal2017-10-191-2/+2
|/
* bpf: disallow arithmetic operations on context pointerJakub Kicinski2017-10-182-2/+20
* netlink: fix netlink_ack() extack raceJohannes Berg2017-10-181-4/+4
* ibmvnic: Fix calculation of number of TX header descriptorsThomas Falcon2017-10-181-8/+8