summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-03-14sock: remove zerocopy sockopt restriction on closed tcp stateWillem de Bruijn1-2/+0
2018-03-14pktgen: Fix memory leak in pktgen_if_writeGustavo A. R. Silva1-1/+1
2018-03-13pktgen: use dynamic allocation for debug print bufferArnd Bergmann1-7/+8
2018-03-13net: Convert rds_tcp_net_opsKirill Tkhai1-0/+1
2018-03-13net: Convert tipc_net_opsKirill Tkhai1-0/+1
2018-03-13net: Convert sctp_ctrlsock_opsKirill Tkhai1-0/+1
2018-03-13net: Convert sctp_defaults_opsKirill Tkhai1-0/+1
2018-03-13sctp: fix error return code in sctp_sendmsg_new_asoc()Wei Yongjun1-3/+7
2018-03-12net: rds: drop VLA in rds_walk_conn_path_info()Salvatore Mesoraca1-1/+4
2018-03-12net: rds: drop VLA in rds_for_each_conn_info()Salvatore Mesoraca3-1/+5
2018-03-12net: Make RX-FCS and HW GRO mutually exclusiveGal Pressman1-4/+11
2018-03-12net: llc: drop VLA in llc_sap_mcast()Salvatore Mesoraca1-3/+4
2018-03-12rds: remove redundant variable 'sg_off'Colin Ian King1-2/+0
2018-03-12ipv6: Use ip6_multipath_hash_policy() in rt6_multipath_hash().David S. Miller1-1/+1
2018-03-09net: introduce IFF_NO_RX_HANDLERPaolo Abeni1-0/+3
2018-03-09pktgen: Remove VLA usageGustavo A. R. Silva1-1/+1
2018-03-09net sched actions: implement get_fill_size routine in act_gactRoman Mashak1-0/+14
2018-03-09net sched actions: calculate add/delete event message sizeRoman Mashak1-0/+43
2018-03-09net sched actions: update Add/Delete action API with new argumentRoman Mashak2-9/+15
2018-03-09net: do not create fallback tunnels for non-default namespacesEric Dumazet5-10/+33
2018-03-08net: ethtool: extend RXNFC API to support RSS spreading of filter matchesEdward Cree1-15/+49
2018-03-08rds: rds_info_from_znotifier() can be statickbuild test robot1-1/+1
2018-03-08rds: rds_message_zcopy_from_user() can be statickbuild test robot1-1/+1
2018-03-08net/ncsi: unlock on error in ncsi_set_interface_nl()Dan Carpenter1-0/+2
2018-03-08net/ncsi: use kfree_skb() instead of kfree()Dan Carpenter1-2/+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 Vuuren1-0/+6
2018-03-08devlink: Change dpipe/resource get privilegesArkadi Sharshevsky1-4/+4
2018-03-07ip6mr: remove synchronize_rcu() in favor of SOCK_RCU_FREEEric Dumazet1-1/+5
2018-03-07rds: use list structure to track information for zerocopy completion notifica...Sowmini Varadhan4-44/+85
2018-03-07rds: refactor zcopy code into rds_message_zcopy_from_userSowmini Varadhan1-48/+60
2018-03-07sock: Fix SO_ZEROCOPY switch caseJesus Sanchez-Palencia1-1/+2
2018-03-07ipv6: ndisc: use true and false for boolean valuesGustavo A. R. Silva1-1/+1
2018-03-07tipc: bcast: use true and false for boolean valuesGustavo A. R. Silva1-1/+1