summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-07-24netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig
2020-07-24netfilter: remove the unused user argument to do_update_countersChristoph Hellwig
2020-07-24net/xfrm: switch xfrm_user_policy to sockptr_tChristoph Hellwig
2020-07-24net: switch sock_set_timeout to sockptr_tChristoph Hellwig
2020-07-24net: switch sock_set_timeout to sockptr_tChristoph Hellwig
2020-07-24net: switch sock_setbindtodevice to sockptr_tChristoph Hellwig
2020-07-24net: switch copy_bpf_fprog_from_user to sockptr_tChristoph Hellwig
2020-07-24net: add a new sockptr_t typeChristoph Hellwig
2020-07-24bpfilter: reject kernel addressesChristoph Hellwig
2020-07-24net/bpfilter: split __bpfilter_process_sockoptChristoph Hellwig
2020-07-24bpfilter: fix up a sparse annotationChristoph Hellwig
2020-07-24Merge branch 'TC-datapath-hash-api'David S. Miller
2020-07-24net/sched: cls_flower: Add hash info to flow classificationAriel Levkovich
2020-07-24net/flow_dissector: add packet hash dissectionAriel Levkovich
2020-07-24net: hyperv: dump TX indirection table to ethtool regsChi Song
2020-07-23vrf: Handle CONFIG_SYSCTL not setDavid Ahern
2020-07-23net: dsa: stop overriding master's ndo_get_phys_port_nameVladimir Oltean
2020-07-23cxgb4: add loopback ethtool self-testVishal Kulkarni
2020-07-23Merge branch 'l2tp-further-checkpatch-pl-cleanups'David S. Miller
2020-07-23l2tp: cleanup kzalloc callsTom Parkin
2020-07-23l2tp: cleanup netlink tunnel create address handlingTom Parkin
2020-07-23l2tp: cleanup netlink send of tunnel address informationTom Parkin
2020-07-23l2tp: check socket address type in l2tp_dfs_seq_tunnel_showTom Parkin
2020-07-23l2tp: cleanup unnecessary braces in if statementsTom Parkin
2020-07-23l2tp: cleanup comparisons to NULLTom Parkin
2020-07-23net/ncsi: use eth_zero_addr() to clear mac addressMiaohe Lin
2020-07-23cxgb4: use eth_zero_addr() to clear mac addressMiaohe Lin
2020-07-23Merge branch 'mptcp-non-backup-subflows-pre-reqs'David S. Miller
2020-07-23subflow: introduce and use mptcp_can_accept_new_subflow()Paolo Abeni
2020-07-23subflow: use rsk_ops->send_reset()Paolo Abeni
2020-07-23subflow: explicitly check for plain tcp rskPaolo Abeni
2020-07-23mptcp: cleanup subflow_finish_connect()Paolo Abeni
2020-07-23mptcp: explicitly track the fully established statusPaolo Abeni
2020-07-23mptcp: mark as fallback even early onesPaolo Abeni
2020-07-23mptcp: avoid data corruption on reinsertPaolo Abeni
2020-07-23subflow: always init 'rel_write_seq'Paolo Abeni
2020-07-23sfc: convert to new udp_tunnel infrastructureJakub Kicinski
2020-07-22Merge branch 'qed-qede-improve-chain-API-and-add-XDP_REDIRECT-support'David S. Miller
2020-07-22qede: add .ndo_xdp_xmit() and XDP_REDIRECT supportAlexander Lobakin
2020-07-22qede: refactor XDP Tx processingAlexander Lobakin
2020-07-22qede: reformat net_device_ops declarationsAlexander Lobakin
2020-07-22qede: reformat several structures in "qede.h"Alexander Lobakin
2020-07-22qed: introduce qed_chain_get_elem_used{,u32}()Alexander Lobakin
2020-07-22qed: optimize common chain accessorsAlexander Lobakin
2020-07-22qed: add support for different page sizes for chainsAlexander Lobakin
2020-07-22qed: simplify chain allocation with init params structAlexander Lobakin
2020-07-22qed: simplify initialization of the chains with an external PBLAlexander Lobakin
2020-07-22qed: move chain initialization inlines next to allocation functionsAlexander Lobakin
2020-07-22qed: sanitize PBL chains allocationAlexander Lobakin
2020-07-22qed: prevent possible double-frees of the chainsAlexander Lobakin