| Commit message (Expand) | Author | Age | Files | Lines |
* | net: sched: correct flower port blocking | Jason Baron | 2020-02-18 | 1 | -0/+9 |
* | net/sock.h: fix all kernel-doc warnings | Randy Dunlap | 2020-02-17 | 1 | -5/+33 |
* | Merge tag 'mac80211-for-net-2020-02-14' of git://git.kernel.org/pub/scm/linux... | David S. Miller | 2020-02-14 | 1 | -6/+5 |
|\ |
|
| * | mac80211: use more bits for ack_frame_id | Johannes Berg | 2020-02-07 | 1 | -6/+5 |
* | | icmp: introduce helper for nat'd source address in network device context | Jason A. Donenfeld | 2020-02-13 | 1 | -0/+6 |
* | | net/flow_dissector: remove unexist field description | Hangbin Liu | 2020-02-13 | 1 | -1/+0 |
|/ |
|
* | bonding/alb: properly access headers in bond_alb_xmit() | Eric Dumazet | 2020-02-05 | 1 | -5/+0 |
* | mptcp: Fix undefined mptcp_handle_ipv6_mapped for modular IPV6 | Geert Uytterhoeven | 2020-01-30 | 1 | -6/+3 |
* | udp: document udp_rcv_segment special case for looped packets | Willem de Bruijn | 2020-01-30 | 1 | -0/+7 |
* | udp: segment looped gso packets correctly | Willem de Bruijn | 2020-01-28 | 1 | -0/+3 |
* | devlink: add macro for "fw.roce" | Vasundhara Volam | 2020-01-27 | 1 | -0/+2 |
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2020-01-27 | 5 | -3/+201 |
|\ |
|
| * | Bluetooth: monitor: Add support for ISO packets | Luiz Augusto von Dentz | 2020-01-15 | 1 | -0/+2 |
| * | Bluetooth: Add definitions for CIS connections | Luiz Augusto von Dentz | 2020-01-15 | 1 | -1/+158 |
| * | Bluetooth: Implementation of MGMT_OP_SET_BLOCKED_KEYS. | Alain Michaud | 2020-01-15 | 2 | -0/+27 |
| * | Bluetooth: Add support for LE PHY Update Complete event | Luiz Augusto von Dentz | 2020-01-04 | 2 | -0/+10 |
| * | Bluetooth: Remove usage of BT_ERR_RATELIMITED macro | Marcel Holtmann | 2020-01-04 | 1 | -3/+1 |
| * | Bluetooth: Adding a bt_dev_warn_ratelimited macro. | Alain Michaud | 2020-01-04 | 1 | -0/+4 |
* | | udp: Support UDP fraglist GRO/GSO. | Steffen Klassert | 2020-01-27 | 1 | -1/+1 |
* | | net_sched: fix ops->bind_class() implementations | Cong Wang | 2020-01-27 | 2 | -15/+21 |
* | | nf_tables: Add set type for arbitrary concatenation of ranges | Stefano Brivio | 2020-01-27 | 1 | -0/+1 |
* | | netfilter: nf_tables: Support for sets with multiple ranged fields | Stefano Brivio | 2020-01-27 | 1 | -0/+8 |
* | | netfilter: nf_tables: add NFTA_SET_ELEM_KEY_END attribute | Pablo Neira Ayuso | 2020-01-27 | 1 | -1/+13 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-01-26 | 1 | -0/+1 |
|\ \ |
|
| * | | netfilter: nf_tables: autoload modules from the abort path | Pablo Neira Ayuso | 2020-01-24 | 1 | -0/+1 |
* | | | net: sched: Make TBF Qdisc offloadable | Petr Machata | 2020-01-25 | 1 | -0/+22 |
* | | | mptcp: do not inherit inet proto ops | Florian Westphal | 2020-01-25 | 1 | -0/+3 |
* | | | mptcp: parse and emit MP_CAPABLE option according to v1 spec | Christoph Paasch | 2020-01-24 | 1 | -7/+10 |
* | | | mptcp: Implement MPTCP receive path | Mat Martineau | 2020-01-24 | 1 | -0/+8 |
* | | | mptcp: Write MPTCP DSS headers to outgoing data packets | Mat Martineau | 2020-01-24 | 1 | -0/+1 |
* | | | mptcp: Handle MP_CAPABLE options for outgoing connections | Peter Krystad | 2020-01-24 | 1 | -0/+57 |
* | | | mptcp: Handle MPTCP TCP options | Peter Krystad | 2020-01-24 | 1 | -0/+18 |
* | | | mptcp: Add MPTCP socket stubs | Mat Martineau | 2020-01-24 | 1 | -0/+16 |
* | | | net: sched: add Flow Queue PIE packet scheduler | Mohit P. Tahiliani | 2020-01-23 | 1 | -0/+2 |
* | | | net: sched: pie: export symbols to be reused by FQ-PIE | Mohit P. Tahiliani | 2020-01-23 | 1 | -0/+9 |
* | | | pie: improve comments and commenting style | Mohit P. Tahiliani | 2020-01-23 | 1 | -27/+58 |
* | | | pie: rearrange structure members and their initializations | Mohit P. Tahiliani | 2020-01-23 | 1 | -10/+10 |
* | | | pie: use u8 instead of bool in pie_vars | Mohit P. Tahiliani | 2020-01-23 | 1 | -2/+2 |
* | | | pie: rearrange macros in order of length | Mohit P. Tahiliani | 2020-01-23 | 1 | -5/+5 |
* | | | pie: use U64_MAX to denote (2^64 - 1) | Mohit P. Tahiliani | 2020-01-23 | 1 | -2/+2 |
* | | | net: sched: pie: move common code to pie.h | Mohit P. Tahiliani | 2020-01-23 | 1 | -0/+96 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-01-23 | 2 | -0/+4 |
|\ \ \ |
|
| * | | | xsk, net: Make sock_def_readable() have external linkage | Björn Töpel | 2020-01-22 | 1 | -0/+2 |
| * | | | bpf: tcp: Support tcp_congestion_ops in bpf | Martin KaFai Lau | 2020-01-09 | 1 | -0/+2 |
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2020-01-21 | 2 | -0/+43 |
|\ \ \ \ |
|
| * | | | | xfrm: add espintcp (RFC 8229) | Sabrina Dubroca | 2019-12-09 | 2 | -0/+40 |
| * | | | | xfrm: introduce xfrm_trans_queue_net | Sabrina Dubroca | 2019-12-09 | 1 | -0/+3 |
* | | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-01-19 | 3 | -3/+10 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2020-01-16 | 1 | -2/+4 |
| |\ \ \ \ |
|
| | * | | | | bpf: Sockmap/tls, push write_space updates through ulp updates | John Fastabend | 2020-01-15 | 1 | -2/+4 |