aboutsummaryrefslogtreecommitdiffstats
path: root/samples/kprobes (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-11af_unix: __unix_find_socket_byname() cleanupVito Caputo1-4/+2
2019-10-11net: ftgmac100: Ungate RCLK for RMII on ASPEED MACsAndrew Jeffery1-10/+40
2019-10-11dt-bindings: net: ftgmac100: Describe clock propertiesAndrew Jeffery1-0/+7
2019-10-11dt-bindings: net: ftgmac100: Document AST2600 compatibleAndrew Jeffery1-0/+1
2019-10-10ipvlan: consolidate TSO flags using NETIF_F_ALL_TSOMahesh Bandewar1-2/+2
2019-10-10tc-testing: updated pedit test casesRoman Mashak1-1/+100
2019-10-10ptp: ptp_dte: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-09team: call RCU read lock when walking the port_listHangbin Liu1-1/+4
2019-10-09net: stmmac: Remove break after a returnTiezhu Yang1-2/+0
2019-10-09net/ethernet: xgmac don't set .driver twiceBen Dooks1-1/+1
2019-10-09net/smc: improve close of terminated socketUrsula Braun1-31/+9
2019-10-09net/smc: no new connections on disappearing devicesUrsula Braun6-3/+45
2019-10-09net/smc: increase device refcount for added link groupUrsula Braun1-2/+7
2019-10-09net/smc: separate locks for SMCD and SMCR link group listsUrsula Braun3-15/+44
2019-10-09net/smc: separate SMCD and SMCR link group listsUrsula Braun3-7/+19
2019-10-09net: stmmac: dwmac-mediatek: fix wrong delay value issue when resume backBiao Huang1-0/+27
2019-10-09DIM: fix dim.h kernel-doc and headersRandy Dunlap1-30/+33
2019-10-09sctp: add SCTP_SEND_FAILED_EVENT eventXin Long4-22/+80
2019-10-09sctp: add SCTP_ADDR_MADE_PRIM eventXin Long1-0/+2
2019-10-09sctp: add SCTP_ADDR_REMOVED eventXin Long1-0/+1
2019-10-09sctp: add SCTP_ADDR_ADDED eventXin Long3-21/+25
2019-10-09net: stmmac: add flexible PPS to dwmac 4.10aAntonio Borneo1-0/+1
2019-10-08Revert "tun: call dev_get_valid_name() before register_netdevice()"Eric Dumazet3-9/+2
2019-10-08net: tipc: prepare attrs in __tipc_nl_compat_dumpit()Jiri Pirko1-0/+9
2019-10-08net: genetlink: always allocate separate attrs for dumpit opsJiri Pirko1-11/+17
2019-10-08net: hns3: support tx-scatter-gather-fraglist featureYunsheng Lin2-93/+168
2019-10-08net: hns3: add support for configuring VF MAC from the hostHuazhong Tan6-8/+158
2019-10-08net: hns3: add support for configuring bandwidth of VF on the hostYonglong Liu8-2/+280
2019-10-08net: hns3: add support for setting VF trustJian Shen9-40/+129
2019-10-08net: hns3: add support for spoof check settingJian Shen6-9/+140
2019-10-08net: hns3: add support for setting VF link status on the hostYufeng Mo5-1/+111
2019-10-08tun: fix memory leak in error pathEric Dumazet1-2/+12
2019-10-08netdevsim: fix spelling mistake "forbidded" -> "forbid"Colin Ian King1-1/+1
2019-10-08net: phy: mscc: make arrays static, makes object smallerColin Ian King1-7/+7
2019-10-08nfp: bpf: make array exp_mask static, makes object smallerColin Ian King1-1/+1
2019-10-08spi: Add a PTP system timestamp to the transfer structureVladimir Oltean2-0/+188
2019-10-07dpaa2-eth: Avoid unbounded while loopsIoana Radulescu2-6/+34
2019-10-07dpaa2-eth: Fix minor bug in ethtool stats reportingIoana Radulescu1-1/+1
2019-10-07dpaa2-eth: Cleanup dead codeIoana Radulescu1-7/+0
2019-10-07net: hns3: make array tick_array static, makes object smallerColin Ian King1-1/+1
2019-10-07net: hns: make arrays static, makes object smallerColin Ian King1-2/+2
2019-10-07net/tls: store decrypted on a single bitJakub Kicinski2-4/+4
2019-10-07net/tls: store async_capable on a single bitJakub Kicinski2-4/+5
2019-10-07net/tls: pass context to tls_device_decrypted()Jakub Kicinski3-6/+8
2019-10-07net/tls: make allocation failure unlikelyJakub Kicinski1-3/+2
2019-10-07net/tls: mark sk->err being set as unlikelyJakub Kicinski1-1/+1
2019-10-07net: sockmap: use bitmap for copy infoJakub Kicinski2-6/+10
2019-10-07net: core: use helper skb_ensure_writable in more placesHeiner Kallweit1-12/+8
2019-10-07ipv6: Make ipv6_mc_may_pull() return bool.David S. Miller1-3/+3
2019-10-07net: core: change return type of pskb_may_pull to boolHeiner Kallweit1-3/+3