summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2020-06-24net: qos: police action add index for tc flower offloadingPo Liu
2020-06-24net: qos: add tc police offloading action with max frame size limitPo Liu
2020-06-24net: bridge: add a flag to avoid refreshing fdb when changing/addingNikolay Aleksandrov
2020-06-24net: bridge: add option to allow activity notifications for any fdb entriesNikolay Aleksandrov
2020-06-24net: neighbor: add fdb extended attributeNikolay Aleksandrov
2020-06-24net: bridge: fdb_add_entry takes ndm as argumentNikolay Aleksandrov
2020-06-23dn_route_rcv: remove redundant dev null checkGaurav Singh
2020-06-23dcb_doit: remove redundant skb checkGaurav Singh
2020-06-23net: ipv6: Use struct_size() helper and kcalloc()Gustavo A. R. Silva
2020-06-23udp: move gro declarations to net/udp.hEric Dumazet
2020-06-23net: move tcp gro declarations to net/tcp.hEric Dumazet
2020-06-23tcp: move ipv4_specific to tcp include fileEric Dumazet
2020-06-23tcp: move ipv6_specific declaration to remove a warningEric Dumazet
2020-06-23bonding/xfrm: use real_dev instead of slave_devJarod Wilson
2020-06-23ipv6: fib6: avoid indirect calls from fib6_rule_lookupBrian Vazquez
2020-06-22net/core/devlink.c: remove new uninitialized_var() usageStephen Rothwell
2020-06-22tcindex_change: Remove redundant null checkGaurav Singh
2020-06-22net: core: try to runtime-resume detached device in __dev_openHeiner Kallweit
2020-06-22devlink: Add support for board.serial_number to info_get cb.Vasundhara Volam
2020-06-22xfrm: bail early on slave pass over skbJarod Wilson
2020-06-22net/devlink: Support setting hardware address of port functionParav Pandit
2020-06-22net/devlink: Support querying hardware address of port functionParav Pandit
2020-06-22net/devlink: Prepare devlink port functions to fill extackParav Pandit
2020-06-20Remove redundant skb null checkGaurav Singh
2020-06-20tcp: remove indirect calls for icsk->icsk_af_ops->send_checkEric Dumazet
2020-06-20tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmitEric Dumazet
2020-06-20Remove redundant condition in qdisc_graftGaurav Singh
2020-06-20l3mdev: add infrastructure for table to VRF mappingAndrea Mayer
2020-06-19net/sched: cls_u32: Use struct_size() in kzalloc()Gustavo A. R. Silva
2020-06-19taprio: Use struct_size() in kzalloc()Gustavo A. R. Silva
2020-06-19tipc: Use struct_size() helperGustavo A. R. Silva
2020-06-19ipv6: icmp6: avoid indirect call for icmpv6_send()Eric Dumazet
2020-06-19net: qos offload add flow status with dropped countPo Liu
2020-06-18net: tso: add UDP segmentation supportEric Dumazet
2020-06-18net: tso: cache transport header lengthEric Dumazet
2020-06-18net: tso: constify tso_count_descs() and friendsEric Dumazet
2020-06-18net: napi: remove useless stack traceEric Dumazet
2020-06-17ethtool: ioctl: Use array_size() in copy_to_user()Gustavo A. R. Silva
2020-06-17tipc: update a binding service via broadcastHoang Huu Le
2020-06-16tcp: grow window for OOO packets only for SACK flowsEric Dumazet
2020-06-15mptcp: fix memory leak in mptcp_subflow_create_socket()Wei Yongjun
2020-06-15netfilter: flowtable: Make nf_flow_table_offload_add/del_cb inlineAlaa Hleihel
2020-06-15net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inlineAlaa Hleihel
2020-06-15mld: fix memory leak in ipv6_mc_destroy_dev()Wang Hai
2020-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-06-15mptcp: use list_first_entry_or_nullGeliang Tang
2020-06-15mptcp: drop MPTCP_PM_MAX_ADDRGeliang Tang
2020-06-15net/rds: NULL pointer de-reference in rds_ib_add_one()Ka-Cheong Poon
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller