summaryrefslogtreecommitdiffstats
path: root/include/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-1666-335/+1709
|\
| * inet/connection_sock: prefer _THIS_IP_ to current_text_addrNick Desaulniers2018-08-141-1/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-134-6/+51
| |\
| | * bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau2018-08-111-2/+1
| | * bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-112-2/+5
| | * net: Add ID (if needed) to sock_reuseport and expose reuseport_lockMartin KaFai Lau2018-08-111-0/+6
| | * tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socketMartin KaFai Lau2018-08-112-2/+32
| | * xdp: Helper function to clear kernel pointers in xdp_frameToshiaki Makita2018-08-101-0/+7
| * | ipv6: Add icmp_echo_ignore_all support for ICMPv6Virgile Jarry2018-08-131-0/+1
| * | net/tls: Combined memory allocation for decryption requestVakul Garg2018-08-131-4/+0
| * | ip: add helpers to process in-order fragments faster.Peter Oskolkov2018-08-121-0/+6
| * | net: core: protect rate estimator statistics pointer with lockVlad Buslov2018-08-111-2/+2
| * | net: sched: extend action ops with put_dev callbackVlad Buslov2018-08-111-0/+1
| * | net/sctp: Replace in/out stream arrays with flex_arrayKonstantin Khorenko2018-08-111-4/+5
| * | net/sctp: Make wrappers for accessing in/out streamsKonstantin Khorenko2018-08-111-10/+25
| * | tcp: mandate a one-time immediate ACKYuchung Cheng2018-08-111-1/+2
| * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-08-101-0/+5
| |\ \
| | * | Bluetooth: Add definitions for LE set address resolutionAnkit Navik2018-08-101-0/+3
| | * | Bluetooth: btqca: Introduce HCI_EV_VENDOR and use itMarcel Holtmann2018-08-061-0/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-08-102-10/+13
| |\ \ \ | | |_|/ | |/| |
| | * | netfilter: remove ifdef around cttimeout in struct nf_conntrack_l4protoPablo Neira Ayuso2018-08-071-2/+0
| | * | netfilter: cttimeout: decouple timeout policy from nfnetlink_cttimeout objectPablo Neira Ayuso2018-08-071-9/+13
| | * | netfilter: cttimeout: move ctnl_untimeout to nf_conntrackHarsha Sharma2018-08-071-0/+1
| | |/
| * | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-092-2/+7
| |\ \
| * | | flow_dissector: allow dissection of tunnel options from metadataSimon Horman2018-08-071-0/+17
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-071-1/+3
| |\ \ \
| | * | | bpf: add End.DT6 action to bpf_lwt_seg6_action helperMathieu Xhonneux2018-07-311-1/+3
| * | | | Merge remote-tracking branch 'net-next/master'Stefan Schmidt2018-08-0644-247/+794
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-08-063-0/+308
| | |\ \ \
| | | * | | Bluetooth: Add new quirk for non-persistent setup settingsSean Wang2018-07-301-0/+9
| | | * | | Bluetooth: Implement secondary advertising on different PHYsJaganath Kanakkassery2018-07-302-0/+10
| | | * | | Bluetooth: Handle ADv set terminated eventJaganath Kanakkassery2018-07-301-0/+8
| | | * | | Bluetooth: Implement Set ADV set random addressJaganath Kanakkassery2018-07-302-0/+10
| | | * | | Bluetooth: Implement disable and removal of adv instanceJaganath Kanakkassery2018-07-301-0/+2
| | | * | | Bluetooth: Use Set ext adv/scan rsp data if controller supportsJaganath Kanakkassery2018-07-301-0/+22
| | | * | | Bluetooth: Impmlement extended adv enableJaganath Kanakkassery2018-07-302-0/+40
| | | * | | Bluetooth: Read no of adv sets during initJaganath Kanakkassery2018-07-302-0/+11
| | | * | | Bluetooth: Handle extended ADV PDU typesJaganath Kanakkassery2018-07-301-0/+8
| | | * | | Bluetooth: Set Scan PHYs based on selected PHYs by userJaganath Kanakkassery2018-07-302-1/+12
| | | * | | Bluetooth: Implement PHY changed eventJaganath Kanakkassery2018-07-302-0/+6
| | | * | | Bluetooth: Implement Set PHY Confguration commandJaganath Kanakkassery2018-07-301-0/+19
| | | * | | Bluetooth: Implement Get PHY Configuration mgmt commandJaganath Kanakkassery2018-07-301-0/+25
| | | * | | Bluetooth: Add defines for BREDR pkt_type and LE PHYsJaganath Kanakkassery2018-07-302-0/+18
| | | * | | Bluetooth: Define PHY flags in hdev and set 1M as defaultJaganath Kanakkassery2018-07-302-0/+7
| | | * | | Bluetooth: Use extended LE Connection if supportedJaganath Kanakkassery2018-07-062-0/+38
| | | * | | Bluetooth: Process extended ADV report eventJaganath Kanakkassery2018-07-061-0/+26
| | | * | | Bluetooth: Use extended scanning if controller supportsJaganath Kanakkassery2018-07-062-0/+28
| | | * | | Bluetooth: Add HCI command for clear Resolv listAnkit Navik2018-07-061-0/+2
| | | * | | Bluetooth: Store Resolv list sizeAnkit Navik2018-07-062-0/+8
| | * | | | ip: use rb trees for IP frag queue.Peter Oskolkov2018-08-061-1/+2