index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-06
gro: add ability to control gro max packet size
Coco Li
2
-0
/
+12
2022-01-06
net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple sockets
Miroslav Lichvar
1
-5
/
+7
2022-01-06
net: dsa: warn about dsa_port and dsa_switch bit fields being non atomic
Vladimir Oltean
1
-0
/
+8
2022-01-06
net: dsa: don't enumerate dsa_switch and dsa_port bit fields using commas
Vladimir Oltean
1
-58
/
+56
2022-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
3
-0
/
+8
2022-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-3
/
+28
2022-01-05
Merge tag 'net-5.16-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n...
Linus Torvalds
3
-2
/
+24
2022-01-05
Merge tag 'linux-can-next-for-5.17-20220105' of git://git.kernel.org/pub/scm/...
David S. Miller
3
-9
/
+33
2022-01-05
net: dsa: combine two holes in struct dsa_switch_tree
Vladimir Oltean
1
-3
/
+3
2022-01-05
net: dsa: move dsa_switch_tree :: ports and lags to first cache line
Vladimir Oltean
1
-7
/
+9
2022-01-05
net: dsa: make dsa_switch :: num_ports an unsigned int
Vladimir Oltean
1
-1
/
+1
2022-01-05
net: dsa: merge all bools of struct dsa_switch into a single u32
Vladimir Oltean
1
-46
/
+51
2022-01-05
net: dsa: move dsa_port :: type near dsa_port :: index
Vladimir Oltean
1
-2
/
+4
2022-01-05
net: dsa: merge all bools of struct dsa_port into a single u8
Vladimir Oltean
1
-7
/
+10
2022-01-05
net: dsa: move dsa_port :: stp_state near dsa_port :: mac
Vladimir Oltean
1
-1
/
+3
2022-01-05
net: mdio: add helpers to extract clause 45 regad and devad fields
Russell King (Oracle)
1
-0
/
+12
2022-01-05
can: netlink: report the CAN controller mode supported flags
Vincent Mailhol
1
-0
/
+13
2022-01-05
can: dev: reorder struct can_priv members for better packing
Vincent Mailhol
1
-3
/
+3
2022-01-05
can: dev: add sanity check in can_set_static_ctrlmode()
Vincent Mailhol
1
-2
/
+9
2022-01-05
can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode()
Vincent Mailhol
1
-2
/
+5
2022-01-05
can: do not increase tx_bytes statistics for RTR frames
Vincent Mailhol
1
-2
/
+3
2022-01-04
nl80211: clarify comment for mesh PLINK_BLOCKED state
Felix Fietkau
1
-1
/
+1
2022-01-04
mac80211: Add stations iterator where the iterator function may sleep
Martin Blumenstingl
1
-0
/
+21
2022-01-04
Namespaceify mtu_expires sysctl
xu xin
1
-0
/
+1
2022-01-04
Namespaceify min_pmtu sysctl
xu xin
1
-0
/
+2
2022-01-04
udp6: Use Segment Routing Header for dest address if present
Andrew Lunn
1
-0
/
+19
2022-01-04
icmp: ICMPV6: Examine invoking packet for Segment Route Headers.
Andrew Lunn
2
-0
/
+3
2022-01-04
seg6: export get_srh() for ICMP handling
Andrew Lunn
1
-0
/
+1
2022-01-04
net/sched: act_ct: Fill offloading tuple iifidx
Paul Blakey
2
-0
/
+54
2022-01-02
net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcs
Colin Foster
1
-6
/
+3
2022-01-02
sctp: hold endpoint before calling cb in sctp_transport_lookup_process
Xin Long
1
-2
/
+1
2022-01-02
net/smc: Add netlink net namespace support
Tony Lu
2
-5
/
+8
2021-12-31
mm: vmscan: Reduce throttling due to a failure to make progress
Mel Gorman
2
-1
/
+4
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
18
-92
/
+245
2021-12-31
net/mlx5: DR, Ignore modify TTL if device doesn't support it
Yevgeny Kliteynik
1
-1
/
+1
2021-12-31
net/mlx5: DR, Add support for matching on geneve_tlv_option_0_exist field
Yevgeny Kliteynik
1
-2
/
+4
2021-12-31
net/mlx5: Add misc5 flow table match parameters
Muhammad Sammar
3
-2
/
+26
2021-12-31
net/mlx5: DR, Fix lower case macro prefix "mlx5_" to "MLX5_"
Yevgeny Kliteynik
1
-1
/
+1
2021-12-30
net: remove references to CONFIG_IRDA in network header files
Lukas Bulwahn
2
-2
/
+2
2021-12-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
13
-17
/
+26
2021-12-30
Merge tag 'net-5.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
3
-7
/
+8
2021-12-29
bpf: Invert the dependency between bpf-netns.h and netns/bpf.h
Jakub Kicinski
2
-8
/
+9
2021-12-29
net: Add includes masked by netdevice.h including uapi/bpf.h
Jakub Kicinski
1
-0
/
+1
2021-12-29
bpf: Allow bpf_local_storage to be used by sleepable programs
KP Singh
1
-0
/
+5
2021-12-29
Merge tag 'for-net-next-2021-12-29' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
6
-34
/
+121
2021-12-29
net_tstamp: define new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
Hangbin Liu
1
-0
/
+1
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
6
-1
/
+7
2021-12-27
Merge tag 'efi-urgent-for-v5.16-2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+6
2021-12-27
nfc: uapi: use kernel size_t to fix user-space builds
Krzysztof Kozlowski
1
-1
/
+1
2021-12-27
uapi: fix linux/nfc.h userspace compilation errors
Dmitry V. Levin
1
-2
/
+2
[next]