summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2020-07-29netfilter: conntrack: Use sequence counter with associated spinlockAhmed S. Darwish1-1/+1
2020-07-29fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez1-0/+18
2020-07-28Bluetooth: btusb: Fix and detect most of the Chinese Bluetooth controllersIsmael Ferreras Morezuelas2-0/+13
2020-07-26bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-2/+0
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+0
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig6-9/+10
2020-07-25net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig1-1/+1
2020-07-25net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig1-1/+1
2020-07-25net/ipv6: switch ipv6_flowlabel_opt to sockptr_tChristoph Hellwig1-1/+1
2020-07-25net/ipv4: merge ip_options_get and ip_options_get_from_userChristoph Hellwig1-3/+2
2020-07-25net/xfrm: switch xfrm_user_policy to sockptr_tChristoph Hellwig1-3/+5
2020-07-25net: switch sock_set_timeout to sockptr_tChristoph Hellwig1-1/+2
2020-07-25net/flow_dissector: add packet hash dissectionAriel Levkovich1-0/+9
2020-07-25flow_offload: Move rhashtable inclusion to the source fileHerbert Xu1-1/+0
2020-07-24net: dsa: stop overriding master's ndo_get_phys_port_nameVladimir Oltean1-23/+0
2020-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-13/+29
2020-07-22bareudp: Reverted support to enable & disable rx metadata collectionMartin Varghese1-1/+0
2020-07-22ipvs: queue delayed work to expire no destination connections if expire_nodes...Andrew Sy Kim1-0/+29
2020-07-22devlink: Add comment for devlink instance lockParav Pandit1-1/+3
2020-07-21xfrm: Fix crash when the hold queue is used.Steffen Klassert1-2/+2
2020-07-21net: dsa: Setup dsa_netdev_opsFlorian Fainelli1-1/+0
2020-07-21net: dsa: Add wrappers for overloaded ndo_opsFlorian Fainelli1-0/+70
2020-07-20icmp: support rfc 4884Willem de Bruijn1-0/+1
2020-07-20xdp: introduce xdp_get_shared_info_from_{buff, frame} utility routinesLorenzo Bianconi1-0/+15
2020-07-20net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig1-2/+0
2020-07-20net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig5-39/+0
2020-07-20net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig1-4/+0
2020-07-20net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig1-4/+0
2020-07-20net: simplify cBPF setsockopt compat handlingChristoph Hellwig1-1/+0
2020-07-17Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata1-4/+2
2020-07-17net: sched: Do not drop root lock in tcf_qevent_handle()Petr Machata1-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-16bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entriesLorenzo Bianconi1-0/+1
2020-07-16bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi1-0/+5
2020-07-16net: Refactor xdp_convert_buff_to_frameDavid Ahern1-13/+22
2020-07-16Bluetooth: Fix update of connection state in `hci_encrypt_cfm`Patrick Steinhardt1-1/+1
2020-07-16net: sctp: drop duplicate words in commentsRandy Dunlap2-4/+4
2020-07-16net: ip6_fib.h: drop duplicate word in commentRandy Dunlap1-1/+1
2020-07-16net: dsa.h: drop duplicate word in commentRandy Dunlap1-1/+1
2020-07-16net: caif: drop duplicate words in commentsRandy Dunlap1-2/+2
2020-07-16net: 9p: drop duplicate word in commentRandy Dunlap1-1/+1
2020-07-16net: wimax: fix duplicate words in commentsRandy Dunlap1-1/+1
2020-07-15mptcp: Remove unused inline function mptcp_rcv_synsent()YueHaibing1-4/+0
2020-07-15net: flow: Remove unused inline functionYueHaibing1-18/+0
2020-07-15cipso: Remove unused inline functionsYueHaibing1-12/+0
2020-07-14switchdev: mrp: Extend switchdev API for MRP InterconnectHoratiu Vultur1-0/+38
2020-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+4
2020-07-14net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata1-3/+6
2020-07-14xsk: Add new statisticsCiara Loftus1-0/+4
2020-07-13fs: Move __scm_install_fd() to __receive_fd()Kees Cook1-1/+0