aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2018-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-3/+7
2018-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-0/+4
2018-08-17Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linuxGravatar Linus Torvalds 1-7/+4
2018-08-16tcp, ulp: add alias for all ulp modulesGravatar Daniel Borkmann 1-0/+4
2018-08-16netfilter: nf_tables: fix register orderingGravatar Florian Westphal 1-1/+1
2018-08-16netfilter: nft_set: fix allocation size overflow in privsize callback.Gravatar Taehee Yoo 1-2/+2
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 66-335/+1709
2018-08-15Merge tag 'audit-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2018-08-14inet/connection_sock: prefer _THIS_IP_ to current_text_addrGravatar Nick Desaulniers 1-1/+2
2018-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 4-6/+51
2018-08-13ipv6: Add icmp_echo_ignore_all support for ICMPv6Gravatar Virgile Jarry 1-0/+1
2018-08-13net/tls: Combined memory allocation for decryption requestGravatar Vakul Garg 1-4/+0
2018-08-139p: Embed wait_queue_head into p9_req_tGravatar Matthew Wilcox 1-1/+1
2018-08-139p: Replace the fidlist with an IDRGravatar Matthew Wilcox 1-6/+3
2018-08-11ip: add helpers to process in-order fragments faster.Gravatar Peter Oskolkov 1-0/+6
2018-08-11net: core: protect rate estimator statistics pointer with lockGravatar Vlad Buslov 1-2/+2
2018-08-11net: sched: extend action ops with put_dev callbackGravatar Vlad Buslov 1-0/+1
2018-08-11net/sctp: Replace in/out stream arrays with flex_arrayGravatar Konstantin Khorenko 1-4/+5
2018-08-11net/sctp: Make wrappers for accessing in/out streamsGravatar Konstantin Khorenko 1-10/+25
2018-08-11tcp: mandate a one-time immediate ACKGravatar Yuchung Cheng 1-1/+2
2018-08-11bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionGravatar Martin KaFai Lau 1-2/+1
2018-08-11bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTGravatar Martin KaFai Lau 2-2/+5
2018-08-11net: Add ID (if needed) to sock_reuseport and expose reuseport_lockGravatar Martin KaFai Lau 1-0/+6
2018-08-11tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socketGravatar Martin KaFai Lau 2-2/+32
2018-08-10Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar David S. Miller 1-0/+5
2018-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 2-10/+13
2018-08-10Bluetooth: Add definitions for LE set address resolutionGravatar Ankit Navik 1-0/+3
2018-08-10xdp: Helper function to clear kernel pointers in xdp_frameGravatar Toshiaki Makita 1-0/+7
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-2/+7
2018-08-07llc: use refcount_inc_not_zero() for llc_sap_find()Gravatar Cong Wang 1-0/+5
2018-08-07vsock: split dwork to avoid reinitializationsGravatar Cong Wang 1-2/+2
2018-08-07flow_dissector: allow dissection of tunnel options from metadataGravatar Simon Horman 1-0/+17
2018-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-1/+3
2018-08-07netfilter: remove ifdef around cttimeout in struct nf_conntrack_l4protoGravatar Pablo Neira Ayuso 1-2/+0
2018-08-07netfilter: cttimeout: decouple timeout policy from nfnetlink_cttimeout objectGravatar Pablo Neira Ayuso 1-9/+13
2018-08-07netfilter: cttimeout: move ctnl_untimeout to nf_conntrackGravatar Harsha Sharma 1-0/+1
2018-08-06Bluetooth: btqca: Introduce HCI_EV_VENDOR and use itGravatar Marcel Holtmann 1-0/+2
2018-08-06Merge remote-tracking branch 'net-next/master'Gravatar Stefan Schmidt 44-247/+794
2018-08-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar David S. Miller 3-0/+308
2018-08-05ip: use rb trees for IP frag queue.Gravatar Peter Oskolkov 1-1/+2
2018-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 2-2/+7
2018-08-04include/net/bond_3ad: Simplify the code by using the ARRAY_SIZEGravatar zhong jiang 1-1/+1
2018-08-03rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to callerGravatar David Howells 1-1/+1
2018-08-03netfilter: use kvmalloc_array to allocate memory for hashtableGravatar Li RongQing 1-2/+0
2018-08-01net: don't declare IPv6 non-local bind helper if CONFIG_IPV6 undefinedGravatar Vincent Bernat 1-7/+7
2018-08-01net: sched: make tcf_chain_{get,put}() staticGravatar Jiri Pirko 1-3/+0
2018-08-01net: ipv4: Notify about changes to ip_forward_update_priorityGravatar Petr Machata 1-0/+1
2018-08-01net: ipv4: Control SKB reprioritization after forwardingGravatar Petr Machata 1-0/+1
2018-08-01net: add helpers checking if socket can be bound to nonlocal addressGravatar Vincent Bernat 2-0/+15