summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-04-25net: mac802154: Save a global error code on transmissionsMiquel Raynal
2022-02-10net: mac802154: Set durations automaticallyMiquel Raynal
2022-02-10net: mac802154: Convert the symbol duration into nanosecondsMiquel Raynal
2022-02-10Merge tag 'ieee802154-for-davem-2022-02-10' of git://git.kernel.org/pub/scm/l...David S. Miller
2022-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski
2022-02-09tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.Sebastian Andrzej Siewior
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-09net: drop_monitor: support drop reasonMenglong Dong
2022-02-09bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wideJakub Sitnicki
2022-02-09mctp: Add SIOCMCTP{ALLOC,DROP}TAG ioctls for tag controlMatt Johnston
2022-02-09mctp: Allow keys matching any local addressJeremy Kerr
2022-02-09mctp: Add helper for address match checkingJeremy Kerr
2022-02-09mctp: tests: Add key state testsJeremy Kerr
2022-02-09mctp: tests: Rename FL_T macro to FL_TOJeremy Kerr
2022-02-09ip6_tunnel: fix possible NULL deref in ip6_tnl_xmitEric Dumazet
2022-02-09netfilter: ctnetlink: use dump structure instead of raw argsFlorian Westphal
2022-02-09nfqueue: enable to set skb->priorityNicolas Dichtel
2022-02-09netfilter: nft_cmp: optimize comparison for 16-bytesPablo Neira Ayuso
2022-02-09netfilter: cttimeout: use option structureFlorian Westphal
2022-02-09netfilter: ecache: don't use nf_conn spinlockFlorian Westphal
2022-02-08net: remove default_device_exit()Eric Dumazet
2022-02-08can: gw: switch cangw_pernet_exit() to batch modeEric Dumazet
2022-02-08ipmr: introduce ipmr_net_exit_batch()Eric Dumazet
2022-02-08ip6mr: introduce ip6mr_net_exit_batch()Eric Dumazet
2022-02-08ipv6: change fib6_rules_net_exit() to batch modeEric Dumazet
2022-02-08ipv4: add fib_net_exit_batch()Eric Dumazet
2022-02-08nexthop: change nexthop_net_exit() to nexthop_net_exit_batch()Eric Dumazet
2022-02-08ipv6/addrconf: switch to per netns inet6_addr_lst hash tableEric Dumazet
2022-02-08ipv6/addrconf: use one delayed work per netnsEric Dumazet
2022-02-08ipv6/addrconf: allocate a per netns hash tableEric Dumazet
2022-02-08net: add dev->dev_registered_trackerEric Dumazet
2022-02-07ipv4: Use dscp_t in struct fib_aliasGuillaume Nault
2022-02-07ipv4: Reject routes specifying ECN bits in rtm_tosGuillaume Nault
2022-02-07ipv4: Stop taking ECN bits into account in fib4-rulesGuillaume Nault
2022-02-07ipv6: Define dscp_t and stop taking ECN bits into account in fib6-rulesGuillaume Nault
2022-02-07bpf: test_run: Fix overflow in bpf_test_finish frags parsingStanislav Fomichev
2022-02-07bpf: test_run: Fix overflow in xdp frags parsingStanislav Fomichev
2022-02-07ip6mr: fix use-after-free in ip6mr_sk_done()Eric Dumazet
2022-02-07caif: cleanup double word in commentTom Rix
2022-02-07net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()Menglong Dong
2022-02-07net: udp: use kfree_skb_reason() in udp_queue_rcv_one_skb()Menglong Dong
2022-02-07net: ipv4: use kfree_skb_reason() in ip_protocol_deliver_rcu()Menglong Dong
2022-02-07net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()Menglong Dong
2022-02-07net: ipv4: use kfree_skb_reason() in ip_rcv_core()Menglong Dong
2022-02-07net: netfilter: use kfree_drop_reason() for NF_DROPMenglong Dong
2022-02-06net: initialize init_net earlierEric Dumazet
2022-02-06net: hsr: use hlist_head instead of list_head for mac addressesJuhee Kang
2022-02-05skmsg: convert struct sk_msg_sg::copy to a bitmapEric Dumazet
2022-02-05net: refine dev_put()/dev_hold() debuggingEric Dumazet
2022-02-05ip6mr: ip6mr_sk_done() can exit early in common casesEric Dumazet