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-05-12
net: mscc: ocelot: delete ocelot_port :: xmit_template
Vladimir Oltean
1
-1
/
+0
2022-05-12
net: dsa: remove port argument from ->change_tag_protocol()
Vladimir Oltean
1
-1
/
+5
2022-05-12
net: dsa: felix: manage host flooding using a specific driver callback
Vladimir Oltean
1
-0
/
+2
2022-05-12
net: dsa: introduce the dsa_cpu_ports() helper
Vladimir Oltean
1
-0
/
+11
2022-05-12
skbuff: replace a BUG_ON() with the new DEBUG_NET_WARN_ON_ONCE()
Jakub Kicinski
1
-3
/
+1
2022-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9
-13
/
+20
2022-05-12
Merge tag 'net-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
5
-4
/
+8
2022-05-12
fortify: Provide a memcpy trap door for sharp corners
Kees Cook
2
-0
/
+20
2022-05-11
Merge tag 'for-net-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
1
-0
/
+3
2022-05-11
Merge tag 'wireless-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
1
-1
/
+1
2022-05-11
Bluetooth: Fix the creation of hdev->name
Itay Iellin
1
-0
/
+3
2022-05-11
net/sched: act_pedit: really ensure the skb is writable
Paolo Abeni
1
-0
/
+1
2022-05-11
net: warn if transport header was not set
Eric Dumazet
1
-0
/
+2
2022-05-11
net: add CONFIG_DEBUG_NET
Eric Dumazet
1
-0
/
+6
2022-05-11
net: add include/net/net_debug.h
Eric Dumazet
2
-140
/
+152
2022-05-11
Merge tag 'mlx5-updates-2022-05-09' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
1
-1
/
+4
2022-05-10
skbuff: render the checksum comment to documentation
Jakub Kicinski
1
-95
/
+124
2022-05-10
skbuff: rewrite the doc for data-only skbs
Jakub Kicinski
1
-12
/
+30
2022-05-10
skbuff: add a basic intro doc
Jakub Kicinski
1
-0
/
+40
2022-05-10
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-7
/
+7
2022-05-10
virtio: fix virtio transitional ids
Shunsuke Mie
1
-7
/
+7
2022-05-10
ptp: Support late timestamp determination
Gerhard Engleder
2
-3
/
+32
2022-05-10
ptp: Pass hwtstamp to ptp_convert_timestamp()
Gerhard Engleder
1
-4
/
+3
2022-05-10
ptp: Request cycles for TX timestamp
Gerhard Engleder
1
-1
/
+6
2022-05-10
ptp: Add cycles support for virtual clocks
Gerhard Engleder
1
-0
/
+31
2022-05-09
net/mlx5: Lag, add debugfs to query hardware lag state
Mark Bloch
1
-0
/
+1
2022-05-09
net/mlx5: Support devices with more than 2 ports
Mark Bloch
1
-1
/
+1
2022-05-09
net/mlx5: Lag, expose number of lag ports
Mark Bloch
1
-0
/
+1
2022-05-09
net/mlx5: Add exit route when waiting for FW
Gavin Li
1
-0
/
+1
2022-05-09
rfkill: uapi: fix RFKILL_IOCTL_MAX_SIZE ioctl request definition
Gleb Fotengauer-Malinovskiy
1
-1
/
+1
2022-05-09
net: phy: export genphy_c45_baset1_read_status()
Oleksij Rempel
1
-0
/
+1
2022-05-09
net: phy: introduce genphy_c45_pma_baset1_read_master_slave()
Oleksij Rempel
1
-0
/
+1
2022-05-09
net: phy: introduce genphy_c45_pma_baset1_setup_master_slave()
Oleksij Rempel
1
-0
/
+1
2022-05-09
rtnetlink: add extack support in fdb del handlers
Alaa Mohamed
1
-1
/
+1
2022-05-09
net: skb: introduce skb_data_area_size()
Ricardo Martinez
1
-0
/
+5
2022-05-09
list: Add list_next_entry_circular() and list_prev_entry_circular()
Ricardo Martinez
1
-0
/
+26
2022-05-08
blk-mq: remove the error_count from struct request
Willy Tarreau
1
-1
/
+0
2022-05-06
net: dsa: delete dsa_port_walk_{fdbs,mdbs}
Vladimir Oltean
1
-6
/
+0
2022-05-06
net: dsa: felix: perform MDB migration based on ocelot->multicast list
Vladimir Oltean
1
-0
/
+3
2022-05-06
Merge tag 'nfs-for-5.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-0
/
+1
2022-05-06
net: move netif_set_gso_max helpers
Jakub Kicinski
1
-21
/
+0
2022-05-06
net: don't allow user space to lift the device limits
Jakub Kicinski
1
-0
/
+9
2022-05-06
net: add netif_inherit_tso_max()
Jakub Kicinski
1
-0
/
+3
2022-05-05
net: mscc: ocelot: mark traps with a bool instead of keeping them in a list
Vladimir Oltean
1
-1
/
+1
2022-05-05
tcp: allow MPTCP to update the announced window
Paolo Abeni
1
-1
/
+1
2022-05-05
net: Fix features skip in for_each_netdev_feature()
Tariq Toukan
1
-2
/
+2
2022-05-05
net: Make msg_zerocopy_alloc static
David Ahern
1
-1
/
+0
2022-05-05
Merge tag 'folio-5.18f' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-1
/
+4
2022-05-05
Revert "Merge branch 'mlxsw-line-card-model'"
Jakub Kicinski
2
-22
/
+1
2022-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
10
-13
/
+27
[next]