index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bpf
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-07-05
netfilter: conntrack: don't fold port numbers into addresses before hashing
Florian Westphal
2
-13
/
+10
2023-07-05
netfilter: conntrack: Avoid nf_ct_helper_hash uses after free
Florent Revest
1
-0
/
+4
2023-07-05
netfilter: conntrack: gre: don't set assured flag for clash entries
Florian Westphal
1
-1
/
+9
2023-07-05
netfilter: nf_tables: report use refcount overflow
Pablo Neira Ayuso
5
-75
/
+141
2023-07-05
selftests: mptcp: pm_nl_ctl: fix 32-bit support
Matthieu Baerts
1
-5
/
+5
2023-07-05
selftests: mptcp: depend on SYN_COOKIES
Matthieu Baerts
1
-0
/
+1
2023-07-05
selftests: mptcp: userspace_pm: report errors with 'remove' tests
Matthieu Baerts
1
-0
/
+2
2023-07-05
selftests: mptcp: userspace_pm: use correct server port
Matthieu Baerts
1
-1
/
+1
2023-07-05
selftests: mptcp: sockopt: return error if wrong mark
Matthieu Baerts
1
-4
/
+5
2023-07-05
selftests: mptcp: sockopt: use 'iptables-legacy' if available
Matthieu Baerts
1
-9
/
+11
2023-07-05
selftests: mptcp: connect: fail if nft supposed to work
Matthieu Baerts
1
-0
/
+3
2023-07-05
mptcp: do not rely on implicit state check in mptcp_listen()
Paolo Abeni
1
-0
/
+5
2023-07-05
mptcp: ensure subflow is unhashed before cleaning the backlog
Paolo Abeni
1
-1
/
+1
2023-07-05
s390/qeth: Fix vipa deletion
Thorsten Winkler
1
-1
/
+1
2023-07-04
octeontx-af: fix hardware timestamp configuration
Hariprasad Kelam
1
-1
/
+1
2023-07-04
net: dsa: sja1105: always enable the send_meta options
Vladimir Oltean
5
-97
/
+7
2023-07-04
net: dsa: tag_sja1105: fix MAC DA patching from meta frames
Vladimir Oltean
1
-2
/
+2
2023-07-04
net: Replace strlcpy with strscpy
Azeem Shaikh
2
-2
/
+2
2023-07-04
pptp: Fix fib lookup calls.
Guillaume Nault
1
-11
/
+20
2023-07-04
mlxsw: spectrum_router: Fix an IS_ERR() vs NULL check
Dan Carpenter
1
-2
/
+2
2023-07-04
net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EX
Lin Ma
1
-0
/
+1
2023-07-03
ptp: Make max_phase_adjustment sysfs device attribute invisible when not supp...
Rahul Rameshbabu
1
-0
/
+3
2023-07-03
Documentation: ABI: sysfs-class-net-qmi: pass_through contact update
Subash Abhinov Kasiviswanathan
1
-1
/
+1
2023-07-03
tcp: annotate data races in __tcp_oow_rate_limited()
Eric Dumazet
1
-3
/
+9
2023-07-03
wireguard: timers: move to using timer_delete_sync
Jason A. Donenfeld
1
-5
/
+5
2023-07-03
wireguard: netlink: send staged packets when setting initial private key
Jason A. Donenfeld
2
-9
/
+35
2023-07-03
wireguard: queueing: use saner cpu selection wrapping
Jason A. Donenfeld
4
-16
/
+14
2023-07-03
samples: pktgen: fix append mode failed issue
J.J. Martzki
9
-6
/
+37
2023-07-03
selftests/net: Add xt_policy config for xfrm_policy test
Daniel Díaz
1
-0
/
+1
2023-07-03
net: fix net_dev_start_xmit trace event vs skb_transport_offset()
Eric Dumazet
1
-1
/
+2
2023-07-03
net: dsa: tag_sja1105: fix source port decoding in vlan_filtering=0 bridge mode
Vladimir Oltean
1
-3
/
+6
2023-07-03
net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC mode
Vladimir Oltean
1
-2
/
+3
2023-07-02
octeontx2-af: Reset MAC features in FLR
Hariprasad Kelam
8
-6
/
+77
2023-07-02
octeontx2-af: Add validation before accessing cgx and lmac
Hariprasad Kelam
1
-0
/
+7
2023-07-02
octeontx2-af: Fix mapping for NIX block from CGX connection
Hariprasad Kelam
2
-1
/
+12
2023-07-02
octeontx2-af: cn10kb: fix interrupt csr addresses
Hariprasad Kelam
2
-2
/
+3
2023-07-02
nvme-tcp: Fix comma-related oops
David Howells
1
-1
/
+1
2023-07-01
docs: networking: Update codeaurora references for rmnet
Subash Abhinov Kasiviswanathan
1
-4
/
+3
2023-07-01
docs: netdev: broaden mailbot to all MAINTAINERS
Jakub Kicinski
1
-2
/
+5
2023-07-01
net: usb: cdc_ether: add u-blox 0x1313 composition.
Davide Tronchin
1
-0
/
+6
2023-06-30
mlxsw: minimal: fix potential memory leak in mlxsw_m_linecards_init
Zhengchao Shao
1
-0
/
+1
2023-06-30
net: dsa: vsc73xx: fix MTU configuration
Pawel Dembicki
1
-3
/
+3
2023-06-29
ibmvnic: Do not reset dql stats on NON_FATAL err
Nick Child
1
-1
/
+8
2023-06-29
sfc: support for devlink port requires MAE access
Martin Habets
1
-0
/
+3
2023-06-29
Bluetooth: hci_event: Fix parsing of CIS Established Event
Luiz Augusto von Dentz
1
-15
/
+34
2023-06-29
Bluetooth: hci_conn: Use kmemdup() to replace kzalloc + memcpy
Jiapeng Chong
1
-3
/
+1
2023-06-29
Bluetooth: btusb: Add MT7922 bluetooth ID for the Asus Ally
Matthew Anderson
1
-0
/
+3
2023-06-29
Bluetooth: hci_sysfs: make bt_class a static const structure
Ivan Orlov
1
-7
/
+7
2023-06-29
Bluetooth: ISO: Rework sync_interval to be sync_factor
Luiz Augusto von Dentz
3
-5
/
+5
2023-06-29
Bluetooth: MGMT: Fix marking SCAN_RSP as not connectable
Luiz Augusto von Dentz
2
-10
/
+6
[next]