summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig2020-07-244-21/+19
* netfilter: remove the unused user argument to do_update_countersChristoph Hellwig2020-07-241-5/+4
* net/xfrm: switch xfrm_user_policy to sockptr_tChristoph Hellwig2020-07-243-5/+7
* net: switch sock_set_timeout to sockptr_tChristoph Hellwig2020-07-243-17/+18
* net: switch sock_set_timeout to sockptr_tChristoph Hellwig2020-07-241-6/+9
* net: switch sock_setbindtodevice to sockptr_tChristoph Hellwig2020-07-241-4/+3
* net: switch copy_bpf_fprog_from_user to sockptr_tChristoph Hellwig2020-07-243-7/+9
* bpfilter: reject kernel addressesChristoph Hellwig2020-07-241-0/+4
* net/bpfilter: split __bpfilter_process_sockoptChristoph Hellwig2020-07-241-24/+27
* bpfilter: fix up a sparse annotationChristoph Hellwig2020-07-241-1/+1
* net/sched: cls_flower: Add hash info to flow classificationAriel Levkovich2020-07-241-0/+16
* net/flow_dissector: add packet hash dissectionAriel Levkovich2020-07-241-0/+17
* net: dsa: stop overriding master's ndo_get_phys_port_nameVladimir Oltean2020-07-232-17/+0
* l2tp: cleanup kzalloc callsTom Parkin2020-07-231-2/+2
* l2tp: cleanup netlink tunnel create address handlingTom Parkin2020-07-231-24/+33
* l2tp: cleanup netlink send of tunnel address informationTom Parkin2020-07-231-56/+70
* l2tp: check socket address type in l2tp_dfs_seq_tunnel_showTom Parkin2020-07-231-3/+5
* l2tp: cleanup unnecessary braces in if statementsTom Parkin2020-07-232-17/+12
* l2tp: cleanup comparisons to NULLTom Parkin2020-07-236-48/+47
* net/ncsi: use eth_zero_addr() to clear mac addressMiaohe Lin2020-07-231-1/+1
* subflow: introduce and use mptcp_can_accept_new_subflow()Paolo Abeni2020-07-231-0/+7
* subflow: use rsk_ops->send_reset()Paolo Abeni2020-07-231-1/+1
* subflow: explicitly check for plain tcp rskPaolo Abeni2020-07-231-1/+1
* mptcp: cleanup subflow_finish_connect()Paolo Abeni2020-07-231-31/+25
* mptcp: explicitly track the fully established statusPaolo Abeni2020-07-234-9/+31
* mptcp: mark as fallback even early onesPaolo Abeni2020-07-231-2/+9
* mptcp: avoid data corruption on reinsertPaolo Abeni2020-07-231-1/+6
* subflow: always init 'rel_write_seq'Paolo Abeni2020-07-232-1/+1
* l2tp: avoid precidence issues in L2TP_SKB_CB macroTom Parkin2020-07-221-1/+1
* l2tp: line-break long function prototypesTom Parkin2020-07-221-2/+4
* l2tp: prefer seq_puts for unformatted outputTom Parkin2020-07-221-2/+2
* l2tp: prefer using BIT macroTom Parkin2020-07-221-2/+2
* l2tp: add identifier name in function pointer prototypeTom Parkin2020-07-221-1/+1
* l2tp: cleanup suspect code indentTom Parkin2020-07-221-2/+2
* l2tp: cleanup wonky alignment of line-broken function callsTom Parkin2020-07-223-8/+8
* l2tp: cleanup difficult-to-read line breaksTom Parkin2020-07-222-44/+31
* l2tp: cleanup commentsTom Parkin2020-07-228-68/+47
* l2tp: cleanup whitespace useTom Parkin2020-07-227-48/+48
* devlink: Always use user_ptr[0] for devlink and simplify post_doitParav Pandit2020-07-221-94/+70
* mptcp: zero token hash at creation time.Paolo Abeni2020-07-221-1/+1
* net: dccp: Add SIOCOUTQ IOCTL support (send buffer fill)Richard Sailer2020-07-221-0/+9
* net: dsa: of: Allow ethernet-ports as encapsulating nodeKurt Kanzenbach2020-07-221-2/+6
* net: explicitly include <linux/compat.h> in net/core/sock.cChristoph Hellwig2020-07-221-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-229-103/+472
|\
| * bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song2020-07-214-4/+18
| * bpf: Make btf_sock_ids globalYonghong Song2020-07-211-28/+2
| * bpf: Compute bpf_skc_to_*() helper socket btf ids at build timeYonghong Song2020-07-211-31/+18
| * udp6: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki2020-07-171-9/+51
| * udp6: Extract helper for selecting socket from reuseport groupJakub Sitnicki2020-07-171-11/+26
| * udp: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki2020-07-171-9/+50