aboutsummaryrefslogtreecommitdiffstats
path: root/.cocciconfig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-25net: sched: protect block idr with spinlockVlad Buslov1-2/+13
2018-09-25net: sched: implement functions to put and flush all chainsVlad Buslov1-25/+30
2018-09-25net: sched: change tcf block reference counter type to refcount_tVlad Buslov2-25/+36
2018-09-25net: sched: use Qdisc rcu API instead of relying on rtnl lockVlad Buslov1-15/+64
2018-09-25net: sched: add helper function to take reference to QdiscVlad Buslov1-0/+13
2018-09-25net: sched: extend Qdisc with rcuVlad Buslov5-1/+50
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov20-42/+47
2018-09-25net: core: netlink: add helper refcount dec and lock functionVlad Buslov2-0/+8
2018-09-25tls: Fixed a memory leak during socket closeVakul Garg1-2/+4
2018-09-25tls: Fix socket mem accounting error under async encryptionVakul Garg1-5/+16
2018-09-25net: macb: Clean 64b dma addresses if they are not detectedMichal Simek1-0/+1
2018-09-25r8169: improve a check in rtl_init_oneHeiner Kallweit1-5/+3
2018-09-25r8169: improve rtl8169_irq_mask_and_ackHeiner Kallweit1-4/+3
2018-09-25r8169: use default watchdog timeoutHeiner Kallweit1-3/+0
2018-09-25Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member name"Lubomir Rintel2-2/+2
2018-09-24dpaa2-eth: Make Rx flow hash key configurableIoana Ciocoi Radulescu3-5/+41
2018-09-24net: mvneta: fix the remaining Rx descriptor unmapping issuesAntoine Tenart1-5/+4
2018-09-24ip_tunnel: be careful when accessing the inner headerPaolo Abeni1-0/+9
2018-09-24net: qca_spi: Introduce write register verificationStefan Wahren5-10/+56
2018-09-24tls: Fixed uninitialised vars warningVakul Garg1-2/+2
2018-09-24net/tls: Fixed race condition in async encryptionVakul Garg3-64/+37
2018-09-24neighbour: send netlink notification if NTF_ROUTER changesRoopa Prabhu2-5/+17
2018-09-24neighbour: allow admin to set NTF_ROUTERRoopa Prabhu1-2/+7
2018-09-24mpls: allow routes on ip6gre devicesSaif Hasan1-1/+5
2018-09-24net/sched: Add hardware specific counters to TC actionsEelco Chaudron5-9/+26
2018-09-24net/core: Add new basic hardware counterEelco Chaudron3-19/+59
2018-09-24net: mvpp2: use round-robin scheduling for TX queues on the same CPUMaxime Chevallier2-0/+4
2018-09-24net: mvpp2: support XPS by mapping TX queues to CPUsMaxime Chevallier1-1/+5
2018-09-23net: aquantia: memory corruption on jumbo framesFriedemann Gerold1-14/+18
2018-09-23tun: remove ndo_poll_controllerEric Dumazet1-43/+0
2018-09-23nfp: remove ndo_poll_controllerEric Dumazet1-18/+0
2018-09-23bnxt: remove ndo_poll_controllerEric Dumazet1-18/+0
2018-09-23bnx2x: remove ndo_poll_controllerEric Dumazet1-16/+0
2018-09-23mlx5: remove ndo_poll_controllerEric Dumazet1-19/+0
2018-09-23mlx4: remove ndo_poll_controllerEric Dumazet1-20/+0
2018-09-23i40evf: remove ndo_poll_controllerEric Dumazet1-26/+0
2018-09-23ice: remove ndo_poll_controllerEric Dumazet1-27/+0
2018-09-23igb: remove ndo_poll_controllerEric Dumazet1-30/+0
2018-09-23ixgb: remove ndo_poll_controllerEric Dumazet1-25/+0
2018-09-23fm10k: remove ndo_poll_controllerEric Dumazet3-28/+0
2018-09-23ixgbevf: remove ndo_poll_controllerEric Dumazet1-21/+0
2018-09-23ixgbe: remove ndo_poll_controllerEric Dumazet1-25/+0
2018-09-23bonding: use netpoll_poll_dev() helperEric Dumazet1-9/+2
2018-09-23netpoll: make ndo_poll_controller() optionalEric Dumazet2-14/+10
2018-09-23mlxsw: Make MLXSW_SP1_FWREV_MINOR a hard requirementPetr Machata1-1/+4
2018-09-23rds: Fix build regression.David S. Miller1-1/+1
2018-09-23Linux 4.19-rc5Greg Kroah-Hartman1-1/+1
2018-09-22hv_netvsc: Update document for LRO/RSC supportHaiyang Zhang1-0/+9
2018-09-22hv_netvsc: Add handler for LRO setting changeHaiyang Zhang3-3/+42
2018-09-22hv_netvsc: Add support for LRO/RSC in the vSwitchHaiyang Zhang4-38/+145