index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-04
ipv4: ipmr: Unmask upper DSCP bits in ipmr_queue_xmit()
Ido Schimmel
1
-2
/
+2
2024-09-04
ipv4: Unmask upper DSCP bits in __ip_queue_xmit()
Ido Schimmel
1
-1
/
+1
2024-09-03
netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
Alexander Lobakin
2
-2
/
+2
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
3
-3
/
+5
2024-08-31
ipv4: Unmask upper DSCP bits in ip_send_unicast_reply()
Ido Schimmel
1
-1
/
+2
2024-08-31
ipv4: Unmask upper DSCP bits when building flow key
Ido Schimmel
1
-2
/
+2
2024-08-31
ipv4: icmp: Unmask upper DSCP bits in icmp_route_lookup()
Ido Schimmel
1
-1
/
+2
2024-08-31
ipv4: Unmask upper DSCP bits in ip_route_output_key_hash()
Ido Schimmel
1
-1
/
+1
2024-08-31
ipv4: Unmask upper DSCP bits in RTM_GETROUTE output route lookup
Ido Schimmel
1
-1
/
+1
2024-08-30
icmp: icmp_msgs_per_sec and icmp_msgs_burst sysctls become per netns
Eric Dumazet
2
-21
/
+20
2024-08-30
icmp: move icmp_global.credit and icmp_global.stamp to per netns storage
Eric Dumazet
1
-15
/
+11
2024-08-30
icmp: change the order of rate limits
Eric Dumazet
1
-47
/
+56
2024-08-29
net/ipv4: net: prefer strscpy over strcpy
Hongbo Li
3
-3
/
+3
2024-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+11
2024-08-28
tcp: annotate data-races around tcptw->tw_rcv_nxt
Eric Dumazet
2
-13
/
+16
2024-08-28
tcp: remove volatile qualifier on tw_substate
Eric Dumazet
3
-6
/
+6
2024-08-27
tcp: fix forever orphan socket caused by tcp_abort
Xueming Feng
1
-7
/
+11
2024-08-26
net/ipv4: fix macro definition sk_for_each_bound_bhash
Hongbo Li
1
-1
/
+1
2024-08-26
tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() process
Jason Xing
1
-0
/
+3
2024-08-26
Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
1
-2
/
+2
2024-08-23
net: nexthop: delete redundant judgment statements
Li Zetao
1
-4
/
+2
2024-08-23
ipmr: delete redundant judgment statements
Li Zetao
1
-2
/
+1
2024-08-23
ipv4: delete redundant judgment statements
Li Zetao
2
-6
/
+3
2024-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+16
2024-08-22
ipv4: Unmask upper DSCP bits when using hints
Ido Schimmel
1
-1
/
+1
2024-08-22
ipv4: udp: Unmask upper DSCP bits during early demux
Ido Schimmel
1
-1
/
+2
2024-08-22
ipv4: icmp: Pass full DS field to ip_route_input()
Ido Schimmel
1
-1
/
+1
2024-08-22
ipv4: Unmask upper DSCP bits in RTM_GETROUTE input route lookup
Ido Schimmel
1
-1
/
+1
2024-08-22
ipv4: Unmask upper DSCP bits in input route lookup
Ido Schimmel
1
-1
/
+1
2024-08-22
ipv4: Unmask upper DSCP bits in fib_compute_spec_dst()
Ido Schimmel
1
-1
/
+1
2024-08-22
ipv4: ipmr: Unmask upper DSCP bits in ipmr_rt_fib_lookup()
Ido Schimmel
1
-1
/
+2
2024-08-22
netfilter: nft_fib: Unmask upper DSCP bits
Ido Schimmel
1
-1
/
+2
2024-08-22
netfilter: rpfilter: Unmask upper DSCP bits
Ido Schimmel
1
-1
/
+2
2024-08-22
ipv4: Unmask upper DSCP bits when constructing the Record Route option
Ido Schimmel
1
-1
/
+1
2024-08-22
ipv4: Unmask upper DSCP bits in NETLINK_FIB_LOOKUP family
Ido Schimmel
1
-1
/
+1
2024-08-21
udp: fix receiving fraglist GSO packets
Felix Fietkau
1
-1
/
+2
2024-08-20
l2tp: use skb_queue_purge in l2tp_ip_destroy_sock
James Chapman
1
-1
/
+0
2024-08-20
ipv4: Centralize TOS matching
Ido Schimmel
3
-5
/
+3
2024-08-20
netfilter: nft_fib: Mask upper DSCP bits before FIB lookup
Ido Schimmel
1
-3
/
+1
2024-08-20
ipv4: Mask upper DSCP bits and ECN bits in NETLINK_FIB_LOOKUP family
Ido Schimmel
1
-1
/
+1
2024-08-20
netfilter: nf_tables: pass context structure to nft_parse_register_load
Florian Westphal
1
-2
/
+2
2024-08-19
tcp_metrics: use netlink policy for IPv6 addr len validation
Jakub Kicinski
1
-4
/
+6
2024-08-19
tcp: prevent concurrent execution of tcp_sk_exit_batch
Florian Westphal
1
-0
/
+14
2024-08-15
ip: Move INFINITY_LIFE_TIME to addrconf.h.
Kuniyuki Iwashima
1
-2
/
+0
2024-08-15
ipv4: Initialise ifa->hash in inet_alloc_ifa().
Kuniyuki Iwashima
1
-3
/
+3
2024-08-15
ipv4: Remove redundant !ifa->ifa_dev check.
Kuniyuki Iwashima
1
-2
/
+1
2024-08-15
ipv4: Set ifa->ifa_dev in inet_alloc_ifa().
Kuniyuki Iwashima
1
-15
/
+15
2024-08-15
ipv4: Check !in_dev earlier for ioctl(SIOCSIFADDR).
Kuniyuki Iwashima
1
-4
/
+2
2024-08-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-16
/
+18
2024-08-14
tcp: Update window clamping condition
Subash Abhinov Kasiviswanathan
1
-16
/
+12
[next]