summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.7/io_uring-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-301-0/+3
|\
| * net: abstract out normal and compat msghdr importJens Axboe2020-03-101-0/+3
* | net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso2020-03-251-16/+0
* | afs: Fix client call Rx-phase signal handlingDavid Howells2020-03-131-3/+1
* | rxrpc: Fix call interruptibility handlingDavid Howells2020-03-131-1/+7
* | fib: add missing attribute validation for tun_idJakub Kicinski2020-03-031-0/+1
|/
* net: sched: correct flower port blockingJason Baron2020-02-171-0/+9
* net/sock.h: fix all kernel-doc warningsRandy Dunlap2020-02-161-5/+33
* Merge tag 'mac80211-for-net-2020-02-14' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-02-141-6/+5
|\
| * mac80211: use more bits for ack_frame_idJohannes Berg2020-02-071-6/+5
* | icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld2020-02-131-0/+6
* | net/flow_dissector: remove unexist field descriptionHangbin Liu2020-02-131-1/+0
|/
* bonding/alb: properly access headers in bond_alb_xmit()Eric Dumazet2020-02-051-5/+0
* mptcp: Fix undefined mptcp_handle_ipv6_mapped for modular IPV6Geert Uytterhoeven2020-01-301-6/+3
* udp: document udp_rcv_segment special case for looped packetsWillem de Bruijn2020-01-301-0/+7
* udp: segment looped gso packets correctlyWillem de Bruijn2020-01-281-0/+3
* devlink: add macro for "fw.roce"Vasundhara Volam2020-01-271-0/+2
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-01-275-3/+201
|\
| * Bluetooth: monitor: Add support for ISO packetsLuiz Augusto von Dentz2020-01-151-0/+2
| * Bluetooth: Add definitions for CIS connectionsLuiz Augusto von Dentz2020-01-151-1/+158
| * Bluetooth: Implementation of MGMT_OP_SET_BLOCKED_KEYS.Alain Michaud2020-01-152-0/+27
| * Bluetooth: Add support for LE PHY Update Complete eventLuiz Augusto von Dentz2020-01-042-0/+10
| * Bluetooth: Remove usage of BT_ERR_RATELIMITED macroMarcel Holtmann2020-01-041-3/+1
| * Bluetooth: Adding a bt_dev_warn_ratelimited macro.Alain Michaud2020-01-041-0/+4
* | udp: Support UDP fraglist GRO/GSO.Steffen Klassert2020-01-271-1/+1
* | net_sched: fix ops->bind_class() implementationsCong Wang2020-01-272-15/+21
* | nf_tables: Add set type for arbitrary concatenation of rangesStefano Brivio2020-01-271-0/+1
* | netfilter: nf_tables: Support for sets with multiple ranged fieldsStefano Brivio2020-01-271-0/+8
* | netfilter: nf_tables: add NFTA_SET_ELEM_KEY_END attributePablo Neira Ayuso2020-01-271-1/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-0/+1
|\ \
| * | netfilter: nf_tables: autoload modules from the abort pathPablo Neira Ayuso2020-01-241-0/+1
* | | net: sched: Make TBF Qdisc offloadablePetr Machata2020-01-251-0/+22
* | | mptcp: do not inherit inet proto opsFlorian Westphal2020-01-251-0/+3
* | | mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch2020-01-241-7/+10
* | | mptcp: Implement MPTCP receive pathMat Martineau2020-01-241-0/+8
* | | mptcp: Write MPTCP DSS headers to outgoing data packetsMat Martineau2020-01-241-0/+1
* | | mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad2020-01-241-0/+57
* | | mptcp: Handle MPTCP TCP optionsPeter Krystad2020-01-241-0/+18
* | | mptcp: Add MPTCP socket stubsMat Martineau2020-01-241-0/+16
* | | net: sched: add Flow Queue PIE packet schedulerMohit P. Tahiliani2020-01-231-0/+2
* | | net: sched: pie: export symbols to be reused by FQ-PIEMohit P. Tahiliani2020-01-231-0/+9
* | | pie: improve comments and commenting styleMohit P. Tahiliani2020-01-231-27/+58
* | | pie: rearrange structure members and their initializationsMohit P. Tahiliani2020-01-231-10/+10
* | | pie: use u8 instead of bool in pie_varsMohit P. Tahiliani2020-01-231-2/+2
* | | pie: rearrange macros in order of lengthMohit P. Tahiliani2020-01-231-5/+5
* | | pie: use U64_MAX to denote (2^64 - 1)Mohit P. Tahiliani2020-01-231-2/+2
* | | net: sched: pie: move common code to pie.hMohit P. Tahiliani2020-01-231-0/+96
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-232-0/+4
|\ \ \
| * | | xsk, net: Make sock_def_readable() have external linkageBjörn Töpel2020-01-221-0/+2
| * | | bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau2020-01-091-0/+2