summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* dn_route_rcv: remove redundant dev null checkGaurav Singh2020-06-241-1/+1
* dcb_doit: remove redundant skb checkGaurav Singh2020-06-241-1/+1
* net: ipv6: Use struct_size() helper and kcalloc()Gustavo A. R. Silva2020-06-242-3/+2
* udp: move gro declarations to net/udp.hEric Dumazet2020-06-242-6/+1
* net: move tcp gro declarations to net/tcp.hEric Dumazet2020-06-242-6/+1
* tcp: move ipv4_specific to tcp include fileEric Dumazet2020-06-241-2/+0
* tcp: move ipv6_specific declaration to remove a warningEric Dumazet2020-06-241-3/+0
* bonding/xfrm: use real_dev instead of slave_devJarod Wilson2020-06-241-2/+3
* ipv6: fib6: avoid indirect calls from fib6_rule_lookupBrian Vazquez2020-06-243-8/+12
* net/core/devlink.c: remove new uninitialized_var() usageStephen Rothwell2020-06-231-1/+1
* tcindex_change: Remove redundant null checkGaurav Singh2020-06-231-1/+1
* net: core: try to runtime-resume detached device in __dev_openHeiner Kallweit2020-06-231-2/+8
* devlink: Add support for board.serial_number to info_get cb.Vasundhara Volam2020-06-231-0/+8
* xfrm: bail early on slave pass over skbJarod Wilson2020-06-231-17/+17
* net/devlink: Support setting hardware address of port functionParav Pandit2020-06-231-0/+76
* net/devlink: Support querying hardware address of port functionParav Pandit2020-06-231-0/+45
* net/devlink: Prepare devlink port functions to fill extackParav Pandit2020-06-231-4/+8
* Remove redundant skb null checkGaurav Singh2020-06-211-1/+1
* tcp: remove indirect calls for icsk->icsk_af_ops->send_checkEric Dumazet2020-06-212-1/+11
* tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmitEric Dumazet2020-06-212-1/+12
* Remove redundant condition in qdisc_graftGaurav Singh2020-06-211-2/+1
* l3mdev: add infrastructure for table to VRF mappingAndrea Mayer2020-06-211-0/+93
* net/sched: cls_u32: Use struct_size() in kzalloc()Gustavo A. R. Silva2020-06-201-3/+1
* taprio: Use struct_size() in kzalloc()Gustavo A. R. Silva2020-06-201-3/+2
* tipc: Use struct_size() helperGustavo A. R. Silva2020-06-202-8/+6
* ipv6: icmp6: avoid indirect call for icmpv6_send()Eric Dumazet2020-06-192-7/+8
* net: qos offload add flow status with dropped countPo Liu2020-06-1911-29/+31
* net: tso: add UDP segmentation supportEric Dumazet2020-06-191-11/+18
* net: tso: cache transport header lengthEric Dumazet2020-06-191-4/+7
* net: tso: constify tso_count_descs() and friendsEric Dumazet2020-06-191-3/+3
* net: napi: remove useless stack traceEric Dumazet2020-06-191-1/+3
* ethtool: ioctl: Use array_size() in copy_to_user()Gustavo A. R. Silva2020-06-181-2/+2
* tipc: update a binding service via broadcastHoang Huu Le2020-06-1710-48/+177
* tcp: grow window for OOO packets only for SACK flowsEric Dumazet2020-06-161-2/+10
* mptcp: fix memory leak in mptcp_subflow_create_socket()Wei Yongjun2020-06-161-1/+3
* netfilter: flowtable: Make nf_flow_table_offload_add/del_cb inlineAlaa Hleihel2020-06-161-45/+0
* net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inlineAlaa Hleihel2020-06-161-11/+0
* mld: fix memory leak in ipv6_mc_destroy_dev()Wang Hai2020-06-151-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-06-154-25/+65
|\
| * netfilter: nf_tables: hook list memleak in flowtable deletionPablo Neira Ayuso2020-06-121-7/+24
| * netfilter: ctnetlink: memleak in filter initialization error pathPablo Neira Ayuso2020-06-101-10/+22
| * netfilter: nft_set_pipapo: Disable preemption before getting per-CPU pointerStefano Brivio2020-06-081-1/+5
| * netfilter: nft_set_rbtree: Don't account for expired elements on insertionStefano Brivio2020-06-081-7/+14
* | mptcp: use list_first_entry_or_nullGeliang Tang2020-06-151-4/+1
* | mptcp: drop MPTCP_PM_MAX_ADDRGeliang Tang2020-06-151-2/+0
* | net/rds: NULL pointer de-reference in rds_ib_add_one()Ka-Cheong Poon2020-06-151-1/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-1438-266/+409
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-144-19/+48
| |\ \
| | * | bpf: Fix memlock accounting for sock_hashAndrey Ignatov2020-06-131-0/+4
| | * | bpf: sockmap: Don't attach programs to UDP socketsLorenz Bauer2020-06-131-4/+6