index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-06
netlink: do not reset transport header in netlink_recvmsg()
Eric Dumazet
1
-1
/
+0
2022-05-06
Merge tag 'nfs-for-5.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
3
-9
/
+42
2022-05-06
ipv4: drop dst in multicast routing path
Lokesh Dhoundiyal
1
-0
/
+1
2022-05-06
net: move netif_set_gso_max helpers
Jakub Kicinski
1
-0
/
+21
2022-05-06
net: make drivers set the TSO limit not the GSO limit
Jakub Kicinski
2
-8
/
+8
2022-05-06
net: don't allow user space to lift the device limits
Jakub Kicinski
2
-2
/
+37
2022-05-06
net: add netif_inherit_tso_max()
Jakub Kicinski
3
-4
/
+14
2022-05-06
xfrm: drop not needed flags variable in XFRM offload struct
Leon Romanovsky
1
-3
/
+0
2022-05-06
xfrm: store and rely on direction to construct offload flags
Leon Romanovsky
2
-2
/
+9
2022-05-06
xfrm: rename xfrm_state_offload struct to allow reuse
Leon Romanovsky
3
-4
/
+4
2022-05-06
xfrm: delete not used number of external headers
Leon Romanovsky
1
-2
/
+0
2022-05-06
xfrm: free not used XFRM_ESP_NO_TRAILER flag
Leon Romanovsky
2
-12
/
+0
2022-05-05
mptcp: add more offered MIBs counter
Paolo Abeni
3
-1
/
+13
2022-05-05
mptcp: never shrink offered window
Paolo Abeni
3
-12
/
+50
2022-05-05
tcp: allow MPTCP to update the announced window
Paolo Abeni
2
-7
/
+9
2022-05-05
mptcp: add mib for xmit window sharing
Paolo Abeni
3
-1
/
+5
2022-05-05
mptcp: really share subflow snd_wnd
Paolo Abeni
1
-9
/
+15
2022-05-05
ping: fix address binding wrt vrf
Nicolas Dichtel
1
-1
/
+11
2022-05-05
net: Make msg_zerocopy_alloc static
David Ahern
1
-2
/
+1
2022-05-05
net: rds: use maybe_get_net() when acquiring refcount on TCP sockets
Tetsuo Handa
4
-6
/
+18
2022-05-05
net: switch to netif_napi_add_tx()
Jakub Kicinski
1
-2
/
+2
2022-05-05
net: align SO_RCVMARK required privileges with SO_MARK
Eyal Birger
1
-0
/
+6
2022-05-05
Revert "Merge branch 'mlxsw-line-card-model'"
Jakub Kicinski
1
-298
/
+5
2022-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
11
-67
/
+87
2022-05-05
Merge tag 'net-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
10
-66
/
+82
2022-05-05
NFC: netlink: fix sleep in atomic bug when firmware download timeout
Duoming Zhou
1
-2
/
+2
2022-05-04
tcp: drop the hash_32() part from the index calculation
Willy Tarreau
1
-1
/
+1
2022-05-04
tcp: increase source port perturb table to 2^16
Willy Tarreau
1
-4
/
+5
2022-05-04
tcp: dynamically allocate the perturb table used by source ports
Willy Tarreau
1
-2
/
+10
2022-05-04
tcp: add small random increments to the source port
Willy Tarreau
1
-4
/
+5
2022-05-04
tcp: resalt the secret every 10 seconds
Eric Dumazet
1
-3
/
+9
2022-05-04
tcp: use different parts of the port_offset for index and offset
Willy Tarreau
1
-1
/
+1
2022-05-04
secure_seq: use the 64 bits of the siphash for port offset calculation
Willy Tarreau
3
-8
/
+10
2022-05-04
memcg: accounting for objects allocated for new netdevice
Vasily Averin
3
-6
/
+6
2022-05-04
mac80211: support disabling EHT mode
Muna Sinada
1
-0
/
+3
2022-05-04
cfg80211: support disabling EHT mode
Muna Sinada
1
-0
/
+7
2022-05-04
mac80211: upgrade passive scan to active scan on DFS channels after beacon rx
Felix Fietkau
2
-0
/
+25
2022-05-04
mac80211: tx: delete a redundant if statement in ieee80211_check_fast_xmit()
Hangyu Hua
1
-2
/
+0
2022-05-04
mac80211: consider Order bit to fill CCMP AAD
Ping-Ke Shih
1
-7
/
+9
2022-05-04
cfg80211: declare MODULE_FIRMWARE for regulatory.db
Dimitri John Ledkov
1
-0
/
+4
2022-05-04
nl80211: rework internal_flags usage
Johannes Berg
1
-145
/
+199
2022-05-04
nl80211: don't hold RTNL in color change request
Johannes Berg
1
-2
/
+1
2022-05-04
cfg80211: remove cfg80211_get_chan_state()
Johannes Berg
3
-108
/
+3
2022-05-04
mptcp: netlink: allow userspace-driven subflow establishment
Florian Westphal
3
-0
/
+211
2022-05-04
mptcp: netlink: Add MPTCP_PM_CMD_REMOVE
Kishen Maloor
3
-2
/
+74
2022-05-04
mptcp: netlink: Add MPTCP_PM_CMD_ANNOUNCE
Kishen Maloor
3
-5
/
+79
2022-05-04
mptcp: netlink: split mptcp_pm_parse_addr into two functions
Florian Westphal
1
-21
/
+39
2022-05-04
mptcp: read attributes of addr entries managed by userspace PMs
Kishen Maloor
4
-3
/
+62
2022-05-04
mptcp: handle local addrs announced by userspace PMs
Kishen Maloor
6
-26
/
+113
2022-05-04
mac80211: Reset MBSSID parameters upon connection
Manikanta Pubbisetty
1
-0
/
+6
[prev]
[next]