aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/taskstats.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-09net: ethernet: ave: enable Rx drop interruptKunihiko Hayashi1-1/+1
2018-03-09net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens6-9/+12
2018-03-09ieee802154: 6lowpan: fix possible NULL deref in lowpan_device_event()Eric Dumazet1-4/+8
2018-03-09ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()Lorenzo Bianconi1-1/+2
2018-03-08hv_netvsc: fix locking during VF setupStephen Hemminger1-0/+4
2018-03-08hv_netvsc: fix locking for rx_modeStephen Hemminger1-3/+8
2018-03-08hv_netvsc: avoid repeated updates of packet filterStephen Hemminger2-2/+7
2018-03-08hv_netvsc: fix filter flagsStephen Hemminger1-2/+2
2018-03-08docs: segmentation-offloads.txt: Correct TCP gso_typesDaniel Axtens1-2/+2
2018-03-08team: Fix double free in error pathArkadi Sharshevsky1-2/+2
2018-03-07bpf, x64: increase number of passesDaniel Borkmann1-1/+2
2018-03-07cxgb4: do not set needs_free_netdev for mgmt dev'sGanesh Goudar1-1/+0
2018-03-07cxgb4: copy adap index to PF0-3 adapter instancesGanesh Goudar1-0/+2
2018-03-07net: don't unnecessarily load kernel modules in dev_ioctl()Paul Moore1-2/+5
2018-03-07tcp: purge write queue upon aborting the connectionSoheil Hassas Yeganeh2-0/+2
2018-03-07dccp: check sk for closed state in dccp_sendmsg()Alexey Kodanev1-0/+5
2018-03-07l2tp: do not accept arbitrary socketsEric Dumazet1-2/+6
2018-03-07net: Fix hlist corruptions in inet_evict_bucket()Kirill Tkhai1-0/+3
2018-03-07net: smsc911x: Fix unload crash when link is upJeremy Linton1-2/+2
2018-03-07ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routesStefano Brivio1-29/+42
2018-03-07net: qcom/emac: Use proper free methods during TXHemanth Puranik1-9/+14
2018-03-07qed: Free RoCE ILT Memory on rmmod qedrMichal Kalderon2-1/+5
2018-03-07net: usbnet: fix potential deadlock on 32bit hostsEric Dumazet2-4/+28
2018-03-07sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev2-1/+20
2018-03-07fsl/fman: avoid sleeping in atomic context while adding an addressDenis Kirjanov1-1/+1
2018-03-07test_rhashtable: add test case for rhltable with duplicate objectsPaul Blakey1-0/+134
2018-03-07rhashtable: Fix rhlist duplicates insertionPaul Blakey2-2/+6
2018-03-07dt-bindings: net: renesas-ravb: Make stream buffer optionalGeert Uytterhoeven1-1/+5
2018-03-07brcmfmac: fix P2P_DEVICE ethernet address generationArend Van Spriel1-13/+11
2018-03-07brcmfmac: add possibility to obtain firmware errorArend Van Spriel3-0/+15
2018-03-07xfrm: Verify MAC header exists before overwriting eth_hdr(skb)->h_protoYossi Kuperman2-2/+4
2018-03-06tools: bpftool: fix compilation with older headersJiri Benc1-0/+4
2018-03-06net: Only honor ifindex in IP_PKTINFO if non-0David Ahern1-2/+4
2018-03-06ethernet: natsemi: correct spellingRandy Dunlap3-5/+5
2018-03-06net: phy: broadcom: Use strlcpy() for ethtool::get_stringsFlorian Fainelli1-2/+2
2018-03-06net: phy: micrel: Use strlcpy() for ethtool::get_stringsFlorian Fainelli1-2/+2
2018-03-06net: phy: marvell: Use strlcpy() for ethtool::get_stringsFlorian Fainelli1-2/+2
2018-03-06net: dsa: b53: Use strlcpy() for ethtool::get_stringsFlorian Fainelli1-2/+2
2018-03-06netfilter: nft_set_hash: skip fixed hash if timeout is specifiedPablo Neira Ayuso1-1/+1
2018-03-05ia64/err-inject: fix spelling mistake: "capapbilities" -> "capabilities"Colin Ian King1-1/+1
2018-03-05ia64/err-inject: Use get_user_pages_fast()Davidlohr Bueso1-1/+1
2018-03-05ia64: doc: tweak whitespace for 'console=' parameterSergei Trofimovich1-1/+1
2018-03-05ia64: Convert remaining atomic operationsMatthew Wilcox1-46/+23
2018-03-05ia64: convert unwcheck.py to python3Corentin Labbe1-8/+8
2018-03-05e1000e: allocate ring descriptors with dma_zalloc_coherentPierre-Yves Kerbrat1-2/+2
2018-03-05e1000e: Fix check_for_link return value with autoneg offBenjamin Poirier2-2/+2
2018-03-05e1000e: Avoid missed interrupts following ICR readBenjamin Poirier2-8/+24
2018-03-05e1000e: Fix queue interrupt re-raising in Other interruptBenjamin Poirier1-0/+3
2018-03-05Partial revert "e1000e: Avoid receiver overrun interrupt bursts"Benjamin Poirier1-14/+2
2018-03-05e1000e: Remove Other from EIACBenjamin Poirier1-2/+3