summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-01-29net: atm: pppoatm: use new API for wakeup taskletEmil Renner Berthing
2021-01-29net: atm: pppoatm: use tasklet_init to initialize wakeup taskletEmil Renner Berthing
2021-01-29net: flow_offload: Add original direction flag to ct_metadataPaul Blakey
2021-01-29net/sched: cls_flower: Add match on the ct_state reply flagPaul Blakey
2021-01-29net: packet: make pkt_sk() inlineMenglong Dong
2021-01-28nexthop: Extract a helper for validation of get/del RTNL requestsPetr Machata
2021-01-28nexthop: Add a callback parameter to rtm_dump_walk_nexthops()Petr Machata
2021-01-28nexthop: Extract a helper for walking the next-hop treePetr Machata
2021-01-28nexthop: Strongly-type context of rtm_dump_nexthop()Petr Machata
2021-01-28nexthop: Extract a common helper for parsing dump attributesPetr Machata
2021-01-28nexthop: Extract dump filtering parameters into a single structurePetr Machata
2021-01-28nexthop: Dispatch notifier init()/fini() by group typePetr Machata
2021-01-28nexthop: Use enum to encode notification typeIdo Schimmel
2021-01-28nexthop: Assert the invariant that a NH group is of only one typePetr Machata
2021-01-28nexthop: Introduce to struct nh_grp_entry a per-type unionPetr Machata
2021-01-28nexthop: Dispatch nexthop_select_path() by group typePetr Machata
2021-01-28nexthop: Rename nexthop_free_mpathDavid Ahern
2021-01-28net/af_iucv: build SG skbs for TRANS_HIPER socketsJulian Wiedmann
2021-01-28net/af_iucv: don't track individual TX skbs for TRANS_HIPER socketsJulian Wiedmann
2021-01-28net/af_iucv: count packets in the xmit pathJulian Wiedmann
2021-01-28net/af_iucv: don't lookup the socket on TX notificationJulian Wiedmann
2021-01-28net/af_iucv: remove WARN_ONCE on malformed RX packetsAlexander Egorenkov
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-28Merge tag 'mlx5-updates-2021-01-13' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2021-01-28Merge tag 'net-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-01-28rxrpc: Fix memory leak in rxrpc_lookup_localTakeshi Misawa
2021-01-28net: reduce indentation level in sk_clone_lock()Eric Dumazet
2021-01-27devlink: Add DMAC filter generic packet trapAya Levin
2021-01-27Merge tag 'mac80211-next-for-net-next-2021-01-27' of git://git.kernel.org/pub...Jakub Kicinski
2021-01-27Merge tag 'linux-can-next-for-5.12-20210127' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2021-01-27tipc: remove duplicated code in tipc_msg_createHoang Huu Le
2021-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2021-01-27net: bridge: multicast: make tracked EHT hosts limit configurableNikolay Aleksandrov
2021-01-27net: bridge: multicast: add per-port EHT hosts limitNikolay Aleksandrov
2021-01-27net: decnet: fix netdev refcount leaking on error pathVadim Fedorenko
2021-01-27net: remove redundant 'depends on NET'Masahiro Yamada
2021-01-27net: l3mdev: use obj-$(CONFIG_NET_L3_MASTER_DEV) form in net/MakefileMasahiro Yamada
2021-01-27net: switchdev: use obj-$(CONFIG_NET_SWITCHDEV) form in net/MakefileMasahiro Yamada
2021-01-27net: dcb: use obj-$(CONFIG_DCB) form in net/MakefileMasahiro Yamada
2021-01-27net: move CONFIG_NET guard to top MakefileMasahiro Yamada
2021-01-27net: sysctl: remove redundant #ifdef CONFIG_NETMasahiro Yamada
2021-01-27mptcp: pm nl: reduce variable scopeMatthieu Baerts
2021-01-27mptcp: pm nl: support IPv4 mapped in v6 addressesMatthieu Baerts
2021-01-27mptcp: support MPJoin with IPv4 mapped in v6 skMatthieu Baerts
2021-01-27pktgen: fix misuse of BUG_ON() in pktgen_thread_worker()Di Zhu
2021-01-27net: switchdev: don't set port_obj_info->handled true when -EOPNOTSUPPRasmus Villemoes
2021-01-27mac80211: minstrel_ht: fix regression in the max_prob_rate fixFelix Fietkau
2021-01-27can: gw: fix typoMarc Kleine-Budde
2021-01-26net: allow user to set metric on default route learned via Router AdvertisementPraveen Chaudhary
2021-01-26net: lapb: Add locking to the lapb moduleXie He