summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-05-01net/smc: multiple link support for rmb buffer registrationKarsten Graul
2020-05-01net: schedule: add action gate offloadingPo Liu
2020-05-01net: qos: introduce a gate control flow actionPo Liu
2020-05-01drop_monitor: work around gcc-10 stringop-overflow warningArnd Bergmann
2020-05-01devlink: fix return value after hitting end in region readJakub Kicinski
2020-05-01net: fix skb_panic to output real addressJesper Dangaard Brouer
2020-05-01net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu
2020-05-01ipv6: Use global sernum for dst validation with nexthop objectsDavid Ahern
2020-05-01bpf: Bpf_{g,s}etsockopt for struct bpf_sock_addrStanislav Fomichev
2020-05-01docs: networking: convert x25.txt to ReSTMauro Carvalho Chehab
2020-05-01docs: networking: convert x25-iface.txt to ReSTMauro Carvalho Chehab
2020-05-01net/core: Introduce netdev_get_xmit_slaveMaor Gottlieb
2020-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-04-30netlink: add infrastructure to expose policies to userspaceJohannes Berg
2020-04-30netlink: remove NLA_EXACT_LEN_WARNJohannes Berg
2020-04-30nl80211: link recursive netlink nested policyJohannes Berg
2020-04-30netlink: remove type-unsafe validation_data pointerJohannes Berg
2020-04-30net: bridge: vlan: Add a schedule point during VLAN processingIdo Schimmel
2020-04-30hsr: remove hsr interface if all slaves are removedTaehee Yoo
2020-04-30tcp: add hrtimer slack to sack compressionEric Dumazet
2020-04-30tcp: tcp_sack_new_ofo_skb() should be more conservativeEric Dumazet
2020-04-30tcp: add tp->dup_ack_counterEric Dumazet
2020-04-30docs: networking: convert tproxy.txt to ReSTMauro Carvalho Chehab
2020-04-30docs: networking: convert rxrpc.txt to ReSTMauro Carvalho Chehab
2020-04-30docs: networking: convert radiotap-headers.txt to ReSTMauro Carvalho Chehab
2020-04-30docs: networking: convert pktgen.txt to ReSTMauro Carvalho Chehab
2020-04-30docs: networking: convert mac80211-injection.txt to ReSTMauro Carvalho Chehab
2020-04-30docs: networking: convert lapb-module.txt to ReSTMauro Carvalho Chehab
2020-04-30inet_diag: add support for cgroup filterDmitry Yakunin
2020-04-30inet_diag: add cgroup id attributeDmitry Yakunin
2020-04-30net/smc: remove obsolete link state DELETINGKarsten Graul
2020-04-30net/smc: remove handling of CONFIRM_RKEY_CONTINUEKarsten Graul
2020-04-30net/smc: adapt SMC remote DELETE_RKEY processing to use the LLC flowKarsten Graul
2020-04-30net/smc: adapt SMC remote CONFIRM_RKEY processing to use the LLC flowKarsten Graul
2020-04-30net/smc: new smc_rtoken_set functions for multiple link supportKarsten Graul
2020-04-30net/smc: move the TEST_LINK response processing into event handlerKarsten Graul
2020-04-30net/smc: multiple link support and LLC flow for smc_llc_do_delete_rkeyKarsten Graul
2020-04-30net/smc: multiple link support and LLC flow for smc_llc_do_confirm_rkeyKarsten Graul
2020-04-30net/smc: adapt SMC client code to use the LLC flowKarsten Graul
2020-04-30net/smc: adapt SMC server code to use the LLC flowKarsten Graul
2020-04-30net/smc: add logic to evaluate CONFIRM_LINK messages to LLC layerKarsten Graul
2020-04-30net/smc: introduce link group typeKarsten Graul
2020-04-30net/smc: enqueue all received LLC messagesKarsten Graul
2020-04-30net/smc: add event-based llc_flow frameworkKarsten Graul
2020-04-30mptcp: fix uninitialized value accessPaolo Abeni
2020-04-30mptcp: initialize the data_fin field for mpc packetsPaolo Abeni
2020-04-30mptcp: fix 'use_ack' option access.Paolo Abeni
2020-04-30mptcp: avoid a WARN on bad input.Paolo Abeni
2020-04-30mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni
2020-04-30mptcp: consolidate synack processing.Paolo Abeni