index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
route.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-08-23
ipv4: Unmask upper DSCP bits in input route lookup
Ido Schimmel
1
-1
/
+1
2024-08-23
ipv4: Unmask upper DSCP bits in fib_compute_spec_dst()
Ido Schimmel
1
-1
/
+1
2024-08-23
ipv4: ipmr: Unmask upper DSCP bits in ipmr_rt_fib_lookup()
Ido Schimmel
1
-1
/
+2
2024-08-23
netfilter: nft_fib: Unmask upper DSCP bits
Ido Schimmel
1
-1
/
+2
2024-08-23
netfilter: rpfilter: Unmask upper DSCP bits
Ido Schimmel
1
-1
/
+2
2024-08-23
ipv4: Unmask upper DSCP bits when constructing the Record Route option
Ido Schimmel
1
-1
/
+1
2024-08-23
ipv4: Unmask upper DSCP bits in NETLINK_FIB_LOOKUP family
Ido Schimmel
1
-1
/
+1
2024-08-23
bpf: Unmask upper DSCP bits in bpf_fib_lookup() helper
Ido Schimmel
1
-1
/
+2
2024-08-23
selftests: net: Use XFAIL for operations not supported by the driver
Abhinav Jain
1
-3
/
+7
2024-08-23
selftests: net: Add on/off checks for non-fixed features of interface
Abhinav Jain
1
-1
/
+34
2024-08-23
selftests: net: Create veth pair for testing in networkless kernel
Abhinav Jain
1
-0
/
+15
2024-08-23
net: atlantic: Avoid warning about potential string truncation
Simon Horman
1
-2
/
+2
2024-08-22
s390/iucv: Fix vargs handling in iucv_alloc_device()
Alexandra Winter
1
-1
/
+3
2024-08-22
net: ovs: fix ovs_drop_reasons error
Menglong Dong
1
-1
/
+1
2024-08-22
net: xilinx: axienet: Fix dangling multicast addresses
Sean Anderson
2
-12
/
+10
2024-08-22
net: xilinx: axienet: Always disable promiscuous mode
Sean Anderson
1
-0
/
+4
2024-08-22
kbuild: fix typos "prequisites" to "prerequisites"
Masahiro Yamada
4
-4
/
+4
2024-08-22
MAINTAINERS: Mark JME Network Driver as Odd Fixes
Simon Horman
1
-1
/
+1
2024-08-22
MAINTAINERS: Add header files to NETWORKING sections
Simon Horman
1
-0
/
+17
2024-08-22
MAINTAINERS: Add limited globs for Networking headers
Simon Horman
1
-5
/
+5
2024-08-22
MAINTAINERS: Add net_tstamp.h to SOCKET TIMESTAMPING section
Simon Horman
1
-0
/
+1
2024-08-22
MAINTAINERS: Add sonet.h to ATM section of MAINTAINERS
Simon Horman
1
-0
/
+2
2024-08-22
nfp: bpf: Use kmemdup_array instead of kmemdup for multiple allocation
Yu Jiaoliang
1
-2
/
+2
2024-08-22
net: airoha: configure hw mac address according to the port id
Lorenzo Bianconi
1
-9
/
+23
2024-08-22
octeontx2-af: Fix CPT AF register offset calculation
Bharat Bhushan
1
-12
/
+11
2024-08-22
net: phy: realtek: Fix setting of PHY LEDs Mode B bit on RTL8211F
Sava Jakovljev
1
-1
/
+2
2024-08-22
selftests: net: add helper for checking if nettest is available
Jakub Kicinski
6
-59
/
+22
2024-08-22
net: ngbe: Fix phy mode set to external phy
Mengyuan Lou
1
-2
/
+6
2024-08-22
netfilter: flowtable: validate vlan header
Pablo Neira Ayuso
2
-0
/
+6
2024-08-22
net: ipv6: ioam6: new feature tunsrc
Justin Iurman
2
-8
/
+63
2024-08-22
net: ipv6: ioam6: code alignment
Justin Iurman
1
-4
/
+5
2024-08-22
selftest: bpf: Remove mssind boundary check in test_tcp_custom_syncookie.c.
Kuniyuki Iwashima
1
-9
/
+2
2024-08-22
tools: ynl: lift an assumption about spec file name
Paolo Abeni
1
-2
/
+4
2024-08-22
net: xilinx: axienet: Add statistics support
Sean Anderson
2
-3
/
+407
2024-08-22
net: xilinx: axienet: Report RxRject as rx_dropped
Sean Anderson
1
-1
/
+1
2024-08-22
net: repack struct netdev_queue
Jakub Kicinski
1
-9
/
+14
2024-08-22
bnxt_en: Fix double DMA unmapping for XDP_REDIRECT
Somnath Kotur
1
-5
/
+0
2024-08-22
ipv6: prevent possible UAF in ip6_xmit()
Eric Dumazet
1
-0
/
+4
2024-08-22
ipv6: fix possible UAF in ip6_finish_output2()
Eric Dumazet
1
-0
/
+4
2024-08-22
ipv6: prevent UAF in ip6_send_skb()
Eric Dumazet
1
-0
/
+2
2024-08-22
netpoll: do not export netpoll_poll_[disable|enable]()
Eric Dumazet
1
-2
/
+0
2024-08-22
ice: Fix a 32bit bug
Dan Carpenter
1
-3
/
+3
2024-08-22
ipv6: remove redundant check
Xi Huang
1
-6
/
+3
2024-08-22
selftests: mlxsw: ethtool_lanes: Source ethtool lib from correct path
Ido Schimmel
1
-1
/
+2
2024-08-22
net: dsa: sja1105: Simplify with scoped for each OF child loop
Jinjie Ruan
1
-8
/
+2
2024-08-22
net: dsa: ocelot: Simplify with scoped for each OF child loop
Jinjie Ruan
1
-4
/
+1
2024-08-22
nfc: pn533: Avoid -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
1
-1
/
+0
2024-08-22
udp: fix receiving fraglist GSO packets
Felix Fietkau
1
-1
/
+2
2024-08-21
net: wwan: t7xx: PCIe reset rescan
Jinjian Song
7
-43
/
+105
2024-08-21
net: dsa: b53: Use dev_err_probe()
Florian Fainelli
1
-4
/
+3
[prev]
[next]