summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp
2022-04-12net: bridge: add support for host l2 mdb entriesJoachim Wiberg
2022-04-11net: bridge: offload BR_HAIRPIN_MODE, BR_ISOLATED, BR_MULTICAST_TO_UNICASTArınç ÜNAL
2022-04-11ipv4: Use dscp_t in struct fib_entry_notifier_infoGuillaume Nault
2022-04-11ipv4: Use dscp_t in struct fib_rt_infoGuillaume Nault
2022-04-11mptcp: listen diag dump supportFlorian Westphal
2022-04-11mptcp: remove locking in mptcp_diag_fill_infoFlorian Westphal
2022-04-11mptcp: diag: switch to context structureFlorian Westphal
2022-04-11mptcp: add pm_nl_pernet helpersGeliang Tang
2022-04-11mptcp: reset the packet scheduler on PRIO changePaolo Abeni
2022-04-11mptcp: reset the packet scheduler on incoming MP_PRIOPaolo Abeni
2022-04-11mptcp: optimize release_cb for the common casePaolo Abeni
2022-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller
2022-04-11netfilter: nft_fib: reverse path filter for policy-based routing on iifPablo Neira Ayuso
2022-04-11net: icmp: add skb drop reasons to icmp protocolMenglong Dong
2022-04-11net: icmp: introduce __ping_queue_rcv_skb() to report drop reasonsMenglong Dong
2022-04-11net: skb: rename SKB_DROP_REASON_PTYPE_ABSENTMenglong Dong
2022-04-11net: sock: introduce sock_queue_rcv_skb_reason()Menglong Dong
2022-04-10tls: rx: jump out for cases which need to leave skb on listJakub Kicinski
2022-04-10tls: rx: clear ctx->recv_pkt earlierJakub Kicinski
2022-04-10tls: rx: inline consuming the skb at the end of the loopJakub Kicinski
2022-04-10tls: rx: pull most of zc check out of the loopJakub Kicinski
2022-04-10tls: rx: don't track the async countJakub Kicinski
2022-04-10tls: rx: don't handle async in tls_sw_advance_skb()Jakub Kicinski
2022-04-10tls: rx: factor out writing ContentType to cmsgJakub Kicinski
2022-04-10tls: rx: simplify async waitJakub Kicinski
2022-04-10tls: rx: wrap decryption arguments in a structureJakub Kicinski
2022-04-10tls: rx: don't report text length from the bowels of decryptJakub Kicinski
2022-04-10tls: rx: drop unnecessary arguments from tls_setup_from_iter()Jakub Kicinski
2022-04-09netfilter: bitwise: improve error goto labelsJeremy Sowden
2022-04-09netfilter: bitwise: replace hard-coded size with `sizeof` expressionJeremy Sowden
2022-04-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-04-08net/sched: flower: Avoid overwriting error messagesIdo Schimmel
2022-04-08net/sched: matchall: Avoid overwriting error messagesIdo Schimmel
2022-04-08net/sched: cls_api: Add extack message for unsupported action offloadIdo Schimmel
2022-04-08net/sched: act_vlan: Add extack message for offload failureIdo Schimmel
2022-04-08net/sched: act_tunnel_key: Add extack message for offload failureIdo Schimmel
2022-04-08net/sched: act_skbedit: Add extack messages for offload failureIdo Schimmel
2022-04-08net/sched: act_police: Add extack messages for offload failureIdo Schimmel
2022-04-08net/sched: act_pedit: Add extack message for offload failureIdo Schimmel
2022-04-08net/sched: act_mpls: Add extack messages for offload failureIdo Schimmel
2022-04-08net/sched: act_mirred: Add extack message for offload failureIdo Schimmel
2022-04-08net/sched: act_gact: Add extack messages for offload failureIdo Schimmel
2022-04-08net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel
2022-04-08net/sched: flower: Take verbose flag into account when logging error messagesIdo Schimmel
2022-04-08net/sched: matchall: Take verbose flag into account when logging error messagesIdo Schimmel
2022-04-08netfilter: nf_log_syslog: Consolidate entry checksPhil Sutter
2022-04-08netfilter: nf_log_syslog: Don't ignore unknown protocolsPhil Sutter
2022-04-08netfilter: nf_log_syslog: Merge MAC header dumpersPhil Sutter
2022-04-08tls: hw: rx: use return value of tls_device_decrypted() to carry statusJakub Kicinski