summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-07-09ipcomp: assign if_id to child tunnel from parent tunnelXin Long2-0/+2
2020-07-09ip6_vti: support IP6IP tunnel processingXin Long1-2/+8
2020-07-09ip6_vti: support IP6IP6 tunnel processing with .cb_handlerXin Long1-0/+33
2020-07-09ip_vti: support IPIP6 tunnel processingXin Long1-2/+14
2020-07-09ip_vti: support IPIP tunnel processing with .cb_handlerXin Long1-30/+21
2020-07-09tunnel6: add tunnel6_input_afinfo for ipip and ipv6 tunnelsXin Long1-0/+41
2020-07-09tunnel4: add cb_handler to struct xfrm_tunnelXin Long1-0/+43
2020-07-09xfrm: add is_ipip to struct xfrm_input_afinfoXin Long1-11/+13
2020-06-24xfrm: introduce oseq-may-wrap flagPetr Vaněk1-4/+8
2020-06-22net/core/devlink.c: remove new uninitialized_var() usageStephen Rothwell1-1/+1
2020-06-22tcindex_change: Remove redundant null checkGaurav Singh1-1/+1
2020-06-22net: core: try to runtime-resume detached device in __dev_openHeiner Kallweit1-2/+8
2020-06-22devlink: Add support for board.serial_number to info_get cb.Vasundhara Volam1-0/+8
2020-06-22xfrm: bail early on slave pass over skbJarod Wilson1-17/+17
2020-06-22net/devlink: Support setting hardware address of port functionParav Pandit1-0/+76
2020-06-22net/devlink: Support querying hardware address of port functionParav Pandit1-0/+45
2020-06-22net/devlink: Prepare devlink port functions to fill extackParav Pandit1-4/+8
2020-06-20Remove redundant skb null checkGaurav Singh1-1/+1
2020-06-20tcp: remove indirect calls for icsk->icsk_af_ops->send_checkEric Dumazet2-1/+11
2020-06-20tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmitEric Dumazet2-1/+12
2020-06-20Remove redundant condition in qdisc_graftGaurav Singh1-2/+1
2020-06-20l3mdev: add infrastructure for table to VRF mappingAndrea Mayer1-0/+93
2020-06-19net/sched: cls_u32: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+1
2020-06-19taprio: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+2
2020-06-19tipc: Use struct_size() helperGustavo A. R. Silva2-8/+6
2020-06-19ipv6: icmp6: avoid indirect call for icmpv6_send()Eric Dumazet2-7/+8
2020-06-19net: qos offload add flow status with dropped countPo Liu11-29/+31
2020-06-18net: tso: add UDP segmentation supportEric Dumazet1-11/+18
2020-06-18net: tso: cache transport header lengthEric Dumazet1-4/+7
2020-06-18net: tso: constify tso_count_descs() and friendsEric Dumazet1-3/+3
2020-06-18net: napi: remove useless stack traceEric Dumazet1-1/+3
2020-06-17ethtool: ioctl: Use array_size() in copy_to_user()Gustavo A. R. Silva1-2/+2
2020-06-17tipc: update a binding service via broadcastHoang Huu Le10-48/+177
2020-06-16tcp: grow window for OOO packets only for SACK flowsEric Dumazet1-2/+10
2020-06-15mptcp: fix memory leak in mptcp_subflow_create_socket()Wei Yongjun1-1/+3
2020-06-15netfilter: flowtable: Make nf_flow_table_offload_add/del_cb inlineAlaa Hleihel1-45/+0
2020-06-15net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inlineAlaa Hleihel1-11/+0
2020-06-15mld: fix memory leak in ipv6_mc_destroy_dev()Wang Hai1-0/+1
2020-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-25/+65
2020-06-15mptcp: use list_first_entry_or_nullGeliang Tang1-4/+1
2020-06-15mptcp: drop MPTCP_PM_MAX_ADDRGeliang Tang1-2/+0
2020-06-15net/rds: NULL pointer de-reference in rds_ib_add_one()Ka-Cheong Poon1-1/+7
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds38-266/+409
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-19/+48
2020-06-13net: atm: Remove the error message according to the atomic contextLiao Pingfang1-3/+1
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds47-317/+317
2020-06-13Merge tag '9p-for-5.8' of git://github.com/martinetd/linuxLinus Torvalds1-27/+34
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada47-317/+317
2020-06-12bpf: Fix memlock accounting for sock_hashAndrey Ignatov1-0/+4
2020-06-12bpf: sockmap: Don't attach programs to UDP socketsLorenz Bauer1-4/+6