index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
dev.c
Age
Commit message (
Expand
)
Author
2024-03-26
packet: annotate data-races around ignore_outgoing
Eric Dumazet
2024-03-01
net: dev: Convert sa_data to flexible array in struct sockaddr
Kees Cook
2024-01-05
net: check dev->gso_max_size in gso_features_check()
Eric Dumazet
2024-01-05
net: warn if gso_type isn't set for a GSO SKB
Heiner Kallweit
2023-06-21
Remove DECnet support from kernel
Stephen Hemminger
2023-06-14
rfs: annotate lockless accesses to RFS sock flow table
Eric Dumazet
2023-05-30
net: Catch invalid index in XPS mapping
Nick Child
2023-05-30
net: add vlan_get_protocol_and_depth() helper
Eric Dumazet
2023-03-17
skbuff: Fix nfct leak on napi stolen
Tao Liu
2023-03-11
net: fix __dev_kfree_skb_any() vs drop monitor
Eric Dumazet
2023-02-22
net: Fix unwanted sign extension in netdev_stats_to_stats64()
Felix Riemann
2023-01-14
net: add atomic_long_t to net_device_stats fields
Eric Dumazet
2023-01-14
net: add inline function skb_csum_is_sctp
Xin Long
2022-09-05
bpf: Don't redirect packets with invalid pkt_len
Zhengchao Shao
2022-08-31
net: Fix a data-race around netdev_budget_usecs.
Kuniyuki Iwashima
2022-08-31
net: Fix a data-race around netdev_budget.
Kuniyuki Iwashima
2022-08-31
net: Fix data-races around netdev_tstamp_prequeue.
Kuniyuki Iwashima
2022-08-31
net: Fix data-races around netdev_max_backlog.
Kuniyuki Iwashima
2022-08-31
net: Fix data-races around weight_p and dev_weight_[rt]x_bias.
Kuniyuki Iwashima
2022-07-29
net: inline rollback_registered_many()
Jakub Kicinski
2022-07-29
net: move rollback_registered_many()
Jakub Kicinski
2022-07-29
net: inline rollback_registered()
Jakub Kicinski
2022-07-29
net: move net_set_todo inside rollback_registered()
Jakub Kicinski
2022-07-29
net: make sure devices go through netdev_wait_all_refs
Jakub Kicinski
2022-07-29
net: make free_netdev() more lenient with unregistering devices
Jakub Kicinski
2022-06-09
net: remove two BUG() from skb_checksum_help()
Eric Dumazet
2022-01-27
xdp: check prog type before updating BPF link
Toke Høiland-Jørgensen
2021-12-08
net: annotate data-races on txq->xmit_lock_owner
Eric Dumazet
2021-11-18
net: sched: update default qdisc visibility after Tx queue cnt changes
Jakub Kicinski
2021-11-18
net: multicast: calculate csum of looped-back and forwarded packets
Cyril Strejc
2021-11-02
net: Prevent infinite while loop in skb_tx_hash()
Michael Chan
2021-07-28
skbuff: Fix build with SKB extensions disabled
Florian Fainelli
2021-07-28
skbuff: Release nfct refcount on napi stolen or re-used skbs
Paul Blakey
2021-07-28
xdp, net: Fix use-after-free in bpf_xdp_link_release
Xuan Zhuo
2021-07-19
net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RT
Sebastian Andrzej Siewior
2021-06-03
net: sched: fix tx action reschedule issue with stopped queue
Yunsheng Lin
2021-06-03
net: sched: fix tx action rescheduling issue during deactivation
Yunsheng Lin
2021-05-14
gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment check
Alexander Lobakin
2021-04-21
gro: ensure frag0 meets IP header alignment
Eric Dumazet
2021-03-30
can: dev: Move device back to init netns on owning netns delete
Martin Willi
2021-03-30
net: check all name nodes in __dev_alloc_name
Jiri Bohac
2021-03-07
net: fix dev_ifsioc_locked() race condition
Cong Wang
2021-02-23
net/sched: fix miss init the mru in qdisc_skb_cb
wenxu
2021-02-17
net: gro: do not keep too many GRO packets in napi->rx_list
Eric Dumazet
2021-01-27
net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabled
Tariq Toukan
2020-12-09
xdp: Remove the xdp_attachment_flags_ok() callback
Toke Høiland-Jørgensen
2020-11-24
net, xsk: Avoid taking multiple skbuff references
Björn Töpel
2020-10-24
random32: add noise from network and scheduling activity
Willy Tarreau
2020-10-18
net: core: use list_del_init() instead of list_del() in netdev_run_todo()
Taehee Yoo
2020-10-13
net: add function dev_fetch_sw_netstats for fetching pcpu_sw_netstats
Heiner Kallweit
[next]