summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-01-27net: Add a netdev software feature set that defaults to off.Steffen Klassert
2020-01-27net: Add fraglist GRO/GSO feature flagsSteffen Klassert
2020-01-27rxrpc: Fix use-after-free in rxrpc_receive_data()David Howells
2020-01-27net_sched: ematch: reject invalid TCF_EM_SIMPLEEric Dumazet
2020-01-27net: include struct nhmsg size in nh nlmsg sizeStephen Worley
2020-01-27net_sched: walk through all child classes in tc_bind_tclass()Cong Wang
2020-01-27net_sched: fix ops->bind_class() implementationsCong Wang
2020-01-27nf_tables: Add set type for arbitrary concatenation of rangesStefano Brivio
2020-01-27netfilter: nf_tables: Support for sets with multiple ranged fieldsStefano Brivio
2020-01-27netfilter: nf_tables: add NFTA_SET_ELEM_KEY_END attributePablo Neira Ayuso
2020-01-27netfilter: nf_tables: add nft_setelem_parse_key()Pablo Neira Ayuso
2020-01-26tcp: export count for rehash attemptsAbdul Kabbani
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-26Bluetooth: Fix race condition in hci_release_sock()Dan Carpenter
2020-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-01-25Bluetooth: Move {min,max}_key_size debugfs into hci_debugfs_create_leMarcel Holtmann
2020-01-25Bluetooth: Add missing checks for HCI_ISODATA_PKT packet typeMarcel Holtmann
2020-01-25net: sched: Make TBF Qdisc offloadablePetr Machata
2020-01-25net: sched: sch_tbf: Don't overwrite backlog before dumpingPetr Machata
2020-01-25devlink: Add health recover notifications on devlink flowsMoshe Shemesh
2020-01-25net: atm: use %*ph to print small bufferAndy Shevchenko
2020-01-25Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2020-01-25mptcp: Fix code formattingMat Martineau
2020-01-25mptcp: do not inherit inet proto opsFlorian Westphal
2020-01-24net: Fix skb->csum update in inet_proto_csum_replace16().Praveen Chaudhary
2020-01-24netfilter: nf_tables: autoload modules from the abort pathPablo Neira Ayuso
2020-01-24netfilter: nf_tables: add __nft_chain_type_get()Pablo Neira Ayuso
2020-01-24netfilter: nf_tables_offload: fix check the chain offload flagwenxu
2020-01-24netfilter: conntrack: sctp: use distinct states for new SCTP connectionsJiri Wiesner
2020-01-24mptcp: cope with later TCP fallbackPaolo Abeni
2020-01-24mptcp: process MP_CAPABLE data optionChristoph Paasch
2020-01-24mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch
2020-01-24mptcp: move from sha1 (v0) to sha256 (v1)Paolo Abeni
2020-01-24mptcp: new sysctl to control the activation per NSMatthieu Baerts
2020-01-24mptcp: allow collapsing consecutive sendpages on the same substreamPaolo Abeni
2020-01-24mptcp: recvmsg() can drain data from multiple subflowsPaolo Abeni
2020-01-24mptcp: add subflow write space signalling and mptcp_pollFlorian Westphal
2020-01-24mptcp: Implement MPTCP receive pathMat Martineau
2020-01-24mptcp: Write MPTCP DSS headers to outgoing data packetsMat Martineau
2020-01-24mptcp: Add setsockopt()/getsockopt() socket operationsPeter Krystad
2020-01-24mptcp: Add shutdown() socket operationPeter Krystad
2020-01-24mptcp: Add key generation and token treePeter Krystad
2020-01-24mptcp: Create SUBFLOW socket for incoming connectionsPeter Krystad
2020-01-24mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad
2020-01-24mptcp: Associate MPTCP context with TCP socketPeter Krystad
2020-01-24mptcp: Handle MPTCP TCP optionsPeter Krystad
2020-01-24mptcp: Add MPTCP socket stubsMat Martineau
2020-01-24net: bridge: vlan: add per-vlan stateNikolay Aleksandrov
2020-01-24net: bridge: vlan: add basic option setting supportNikolay Aleksandrov
2020-01-24net: bridge: vlan: add basic option dumping supportNikolay Aleksandrov