aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-24netfilter: nf_tables: add __nft_chain_type_get()Pablo Neira Ayuso1-8/+21
2020-01-24netfilter: nf_tables_offload: fix check the chain offload flagwenxu1-1/+1
2020-01-24netfilter: conntrack: sctp: use distinct states for new SCTP connectionsJiri Wiesner1-3/+3
2020-01-24mptcp: cope with later TCP fallbackPaolo Abeni2-17/+103
2020-01-24mptcp: process MP_CAPABLE data optionChristoph Paasch4-27/+95
2020-01-24mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch5-38/+148
2020-01-24mptcp: move from sha1 (v0) to sha256 (v1)Paolo Abeni4-59/+104
2020-01-24mptcp: new sysctl to control the activation per NSMatthieu Baerts4-5/+146
2020-01-24mptcp: allow collapsing consecutive sendpages on the same substreamPaolo Abeni1-15/+60
2020-01-24mptcp: recvmsg() can drain data from multiple subflowsPaolo Abeni1-10/+168
2020-01-24mptcp: add subflow write space signalling and mptcp_pollFlorian Westphal3-0/+57
2020-01-24mptcp: Implement MPTCP receive pathMat Martineau5-5/+591
2020-01-24mptcp: Write MPTCP DSS headers to outgoing data packetsMat Martineau3-6/+285
2020-01-24mptcp: Add setsockopt()/getsockopt() socket operationsPeter Krystad1-0/+58
2020-01-24mptcp: Add shutdown() socket operationPeter Krystad1-0/+66
2020-01-24mptcp: Add key generation and token treePeter Krystad6-8/+428
2020-01-24mptcp: Create SUBFLOW socket for incoming connectionsPeter Krystad1-5/+231
2020-01-24mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad7-24/+603
2020-01-24mptcp: Associate MPTCP context with TCP socketPeter Krystad4-7/+272
2020-01-24mptcp: Handle MPTCP TCP optionsPeter Krystad5-1/+145
2020-01-24mptcp: Add MPTCP socket stubsMat Martineau8-0/+195
2020-01-24net: bridge: vlan: add per-vlan stateNikolay Aleksandrov5-19/+133
2020-01-24net: bridge: vlan: add basic option setting supportNikolay Aleksandrov3-7/+129
2020-01-24net: bridge: vlan: add basic option dumping supportNikolay Aleksandrov4-7/+48
2020-01-24net: bridge: check port state before br_allowed_egressNikolay Aleksandrov1-1/+1
2020-01-24ipv6_route_seq_next should increase position indexVasily Averin1-5/+2
2020-01-24rt_cpu_seq_next should increase position indexVasily Averin1-0/+1
2020-01-24neigh_stat_seq_next() should increase position indexVasily Averin1-0/+1
2020-01-24vcc_seq_next should increase position indexVasily Averin1-2/+1
2020-01-24tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet3-0/+3
2020-01-24net/rose: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2020-01-24caif_usb: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2020-01-24ipvs: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2020-01-23net_sched: fix datalen for ematchCong Wang1-1/+1
2020-01-23fou: Fix IPv6 netlink policyKristian Evensen1-2/+2
2020-01-23net: sched: add Flow Queue PIE packet schedulerMohit P. Tahiliani3-0/+576
2020-01-23net: sched: pie: export symbols to be reused by FQ-PIEMohit P. Tahiliani1-85/+88
2020-01-23net: sched: pie: fix alignment in struct instancesMohit P. Tahiliani1-9/+9
2020-01-23net: sched: pie: fix commentingMohit P. Tahiliani1-5/+5
2020-01-23pie: rearrange structure members and their initializationsMohit P. Tahiliani1-1/+1
2020-01-23net: sched: pie: move common code to pie.hMohit P. Tahiliani1-85/+1
2020-01-23net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet2-12/+30
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller11-92/+303
2020-01-22bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau1-0/+2
2020-01-22Bluetooth: fix appearance typo in mgmt.cAlain Michaud1-4/+4
2020-01-22net, ip6_tunnel: fix namespaces moveWilliam Dauchy1-3/+1
2020-01-22net_sched: use validated TCA_KIND attribute in tc_new_tfilter()Eric Dumazet1-3/+2
2020-01-22Revert "udp: do rmem bulk free even if the rx sk queue is empty"Paolo Abeni1-1/+2
2020-01-22net: Fix packet reordering caused by GRO and listified RX cooperationMaxim Mikityanskiy1-31/+33
2020-01-22net, sk_msg: Don't check if sock is locked when tearing down psockJakub Sitnicki1-2/+0