summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-7/+26
2020-06-25sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner1-3/+5
2020-06-24net: qos: police action add index for tc flower offloadingPo Liu1-0/+1
2020-06-24net: qos: add tc police offloading action with max frame size limitPo Liu2-0/+11
2020-06-23net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan1-1/+0
2020-06-23net: ipv6: Use struct_size() helper and kcalloc()Gustavo A. R. Silva1-6/+0
2020-06-23udp: move gro declarations to net/udp.hEric Dumazet1-0/+7
2020-06-23net: move tcp gro declarations to net/tcp.hEric Dumazet1-0/+4
2020-06-23tcp: move ipv4_specific to tcp include fileEric Dumazet2-3/+2
2020-06-23tcp: move ipv6_specific declaration to remove a warningEric Dumazet1-0/+2
2020-06-23tcp: add declarations to avoid warningsEric Dumazet1-0/+2
2020-06-23bonding/xfrm: use real_dev instead of slave_devJarod Wilson1-1/+1
2020-06-23ipv6: fib6: avoid indirect calls from fib6_rule_lookupBrian Vazquez1-0/+36
2020-06-22GUE: Fix a typoAiden Leong1-1/+1
2020-06-22devlink: Add support for board.serial_number to info_get cb.Vasundhara Volam1-0/+2
2020-06-22bonding: support hardware encryption offload to slavesJarod Wilson1-0/+3
2020-06-22xfrm: bail early on slave pass over skbJarod Wilson1-0/+1
2020-06-22net/devlink: Support setting hardware address of port functionParav Pandit1-0/+10
2020-06-22net/devlink: Support querying hardware address of port functionParav Pandit1-0/+12
2020-06-20tcp: remove indirect calls for icsk->icsk_af_ops->send_checkEric Dumazet2-9/+3
2020-06-20tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmitEric Dumazet2-5/+2
2020-06-20net: Avoid overwriting valid skb->napi_idAmritha Nambiar1-1/+5
2020-06-20l3mdev: add infrastructure for table to VRF mappingAndrea Mayer1-0/+39
2020-06-19net: flow_offload: fix flow_indr_dev_unregister pathwenxu1-1/+3
2020-06-19flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu1-1/+3
2020-06-19flow_offload: add flow_indr_block_cb_alloc/remove functionwenxu1-0/+13
2020-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+1
2020-06-19net: qos offload add flow status with dropped countPo Liu3-8/+13
2020-06-18net: tso: cache transport header lengthEric Dumazet1-1/+2
2020-06-18net: tso: constify tso_count_descs() and friendsEric Dumazet1-3/+3
2020-06-18net: tso: shrink struct tso_tEric Dumazet1-6/+6
2020-06-18net: tso: double TSO_HEADER_SIZE valueEric Dumazet1-1/+1
2020-06-15netfilter: flowtable: Make nf_flow_table_offload_add/del_cb inlineAlaa Hleihel1-4/+45
2020-06-15net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inlineAlaa Hleihel1-1/+10
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-27/+36
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-4/+3
2020-06-10vxlan: Remove access to nexthop group structDavid Ahern1-0/+11
2020-06-10nexthop: Fix fdb labeling for groupsDavid Ahern1-1/+16
2020-06-09net: flow_offload: remove indirect flow_block declarations leftoverPablo Neira Ayuso1-24/+0
2020-06-09dccp: Fix possible memleak in dccp_init and dccp_finiWang Hai1-0/+6
2020-06-08Merge tag 'mac80211-for-davem-2020-06-08' of git://git.kernel.org/pub/scm/lin...David S. Miller1-2/+3
2020-06-08net/sysctl: remove leftover __user annotations on neigh_proc_dointvec*Christoph Hellwig1-4/+3
2020-06-05cfg80211: fix management registrations deadlockJohannes Berg1-2/+3
2020-06-04inet_connection_sock: clear inet_num out of destroy helperPaolo Abeni1-1/+0
2020-06-04seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsAhmed Abdelsalam1-1/+1
2020-06-04xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen1-0/+1
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds57-509/+1881
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-10/+4
2020-06-01bpf: Add link-based BPF program attachment to network namespaceJakub Sitnicki1-0/+1
2020-06-01flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki1-0/+6