summaryrefslogtreecommitdiffstats
path: root/net/core/pktgen.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-09rds: rds_info_from_znotifier() can be statickbuild test robot1-1/+1
2018-03-09rds: rds_message_zcopy_from_user() can be statickbuild test robot1-1/+1
2018-03-09net/ncsi: unlock on error in ncsi_set_interface_nl()Dan Carpenter1-0/+2
2018-03-09net/ncsi: use kfree_skb() instead of kfree()Dan Carpenter1-2/+2
2018-03-09liquidio: avoid doing useless workPrasad Kanneganti2-2/+9
2018-03-09liquidio: Resolved mbox read issue while reading more than one 64bit dataIntiyaz Basha1-2/+3
2018-03-08ibmvnic: Do not disable device during failover or partition migrationThomas Falcon1-4/+7
2018-03-08ibmvnic: Reorganize device closeThomas Falcon1-9/+14
2018-03-08ibmvnic: Clean up device closeThomas Falcon1-12/+2
2018-03-08openvswitch: fix vport packet length check.William Tu1-4/+4
2018-03-08net: Convet ipv6_net_opsKirill Tkhai1-0/+1
2018-03-08net: Convert ipv4_net_opsKirill Tkhai1-0/+1
2018-03-08net: Convert iptable_security_net_opsKirill Tkhai1-0/+1
2018-03-08net: Convert iptable_raw_net_opsKirill Tkhai1-0/+1
2018-03-08net: Convert iptable_nat_net_opsKirill Tkhai1-0/+1
2018-03-08net: Convert iptable_mangle_net_opsKirill Tkhai1-0/+1
2018-03-08net: Convert arptable_filter_net_opsKirill Tkhai1-0/+1
2018-03-08net: Convert pg_net_opsKirill Tkhai1-0/+1
2018-03-08net: Convert nfnl_queue_net_opsKirill Tkhai1-0/+1
2018-03-08net: Convert nfnl_log_net_opsKirill Tkhai1-0/+1
2018-03-08net: Convert cttimeout_opsKirill Tkhai1-0/+1
2018-03-08net: Convert nfnl_acct_opsKirill Tkhai1-0/+1
2018-03-08net: Convert nfnetlink_net_opsKirill Tkhai1-0/+1
2018-03-08net: Convert nf_tables_net_opsKirill Tkhai1-0/+1
2018-03-08net: Convert xfrm_user_net_opsKirill Tkhai1-0/+1
2018-03-08net: Convert ip6 tables pernet_operationsKirill Tkhai5-0/+5
2018-03-08net/sched: cls_flower: Add support to handle first frag as match fieldPieter Jansen van Vuuren2-0/+7
2018-03-08net: hns3: add support for VF driver inner interface hclgevf_ops.get_tqps_and...Peng Li1-0/+10
2018-03-08net: hns3: set the max ring num when alloc netdevPeng Li1-14/+13
2018-03-08net: hns3: fix the queue id for tqp enable&&resetPeng Li1-26/+24
2018-03-08net: hns3: fix endian issue when PF get mbx message flagPeng Li1-3/+4
2018-03-08net: hns3: set the cmdq out_vld bit to 0 after usedPeng Li2-0/+2
2018-03-08net: hns3: VF should get the real rss_size instead of rss_size_maxPeng Li1-1/+1
2018-03-08devlink: Change dpipe/resource get privilegesArkadi Sharshevsky1-4/+4
2018-03-08selftests/net: enable fragments for fib-onlink-testsAnders Roxell1-0/+5
2018-03-08ipvlan: properly annotate rx_handler accessPaolo Abeni1-1/+1
2018-03-08net/mlx5: Fix wrongly assigned CQ reference counterLeon Romanovsky1-2/+1
2018-03-08net/mlx5: IPSec, Add support for ESNAviad Yehezkel7-12/+189
2018-03-08net/mlx5e: Added common function for to_ipsec_sa_entryAviad Yehezkel1-10/+19
2018-03-08net/mlx5: Add flow-steering commands for FPGA IPSec implementationAviad Yehezkel7-0/+770
2018-03-08net/mlx5: Refactor accel IPSec codeAviad Yehezkel7-225/+668
2018-03-08net/mlx5: Added required metadata capability for ipsecAviad Yehezkel2-2/+5
2018-03-08net/mlx5: Export ipsec capabilitiesAviad Yehezkel5-24/+73
2018-03-08net/mlx5: IPSec, Add command V2 supportAviad Yehezkel6-44/+66
2018-03-08net/mlx5e: IPSec, Add support for ESP trailer removal by hardwareYossi Kuperman6-2/+80
2018-03-08net/mlx5: IPSec, Generalize sandbox QP commandsYossi Kuperman2-51/+81
2018-03-08net/mlx5: Use MLX5_IPSEC_DEV macro for ipsec capsSaeed Mahameed1-2/+1
2018-03-08ip6mr: remove synchronize_rcu() in favor of SOCK_RCU_FREEEric Dumazet1-1/+5
2018-03-08rds: use list structure to track information for zerocopy completion notifica...Sowmini Varadhan4-44/+85
2018-03-08rds: refactor zcopy code into rds_message_zcopy_from_userSowmini Varadhan1-48/+60