index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2022-06-10
xfrm: no need to set DST_NOPOLICY in IPv4
Eyal Birger
-19
/
+10
2022-06-09
Merge tag 'ieee802154-for-net-next-2022-06-09' of git://git.kernel.org/pub/sc...
Jakub Kicinski
-215
/
+48
2022-06-09
Merge branch 'bonding-netlink-errors-and-cleanup'
Jakub Kicinski
-59
/
+101
2022-06-09
bonding: cleanup bond_create
Jonathan Toppins
-18
/
+6
2022-06-09
bonding: netlink error message support for options
Jonathan Toppins
-41
/
+95
2022-06-09
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
-74
/
+65
2022-06-09
Merge branch 'net-few-debug-refinements'
Jakub Kicinski
-15
/
+34
2022-06-09
net: add napi_get_frags_check() helper
Eric Dumazet
-0
/
+18
2022-06-09
net: add debug checks in napi_consume_skb and __napi_alloc_skb()
Eric Dumazet
-1
/
+2
2022-06-09
net: use DEBUG_NET_WARN_ON_ONCE() in skb_release_head_state()
Eric Dumazet
-1
/
+1
2022-06-09
af_unix: use DEBUG_NET_WARN_ON_ONCE()
Eric Dumazet
-4
/
+4
2022-06-09
net: use WARN_ON_ONCE() in sk_stream_kill_queues()
Eric Dumazet
-3
/
+3
2022-06-09
net: use WARN_ON_ONCE() in inet_sock_destruct()
Eric Dumazet
-4
/
+4
2022-06-09
net: use DEBUG_NET_WARN_ON_ONCE() in dev_loopback_xmit()
Eric Dumazet
-1
/
+1
2022-06-09
net: use DEBUG_NET_WARN_ON_ONCE() in __release_sock()
Eric Dumazet
-1
/
+1
2022-06-09
Merge branch 'net-adopt-u64_stats_t-type'
Jakub Kicinski
-161
/
+151
2022-06-09
team: adopt u64_stats_t
Eric Dumazet
-18
/
+18
2022-06-09
drop_monitor: adopt u64_stats_t
Eric Dumazet
-9
/
+9
2022-06-09
devlink: adopt u64_stats_t
Eric Dumazet
-12
/
+16
2022-06-09
net: adopt u64_stats_t in struct pcpu_sw_netstats
Eric Dumazet
-55
/
+59
2022-06-09
wireguard: receive: use dev_sw_netstats_rx_add()
Eric Dumazet
-8
/
+1
2022-06-09
ip6_tunnel: use dev_sw_netstats_rx_add()
Eric Dumazet
-6
/
+1
2022-06-09
sit: use dev_sw_netstats_rx_add()
Eric Dumazet
-7
/
+1
2022-06-09
ipvlan: adopt u64_stats_t
Eric Dumazet
-17
/
+17
2022-06-09
vlan: adopt u64_stats_t
Eric Dumazet
-29
/
+29
2022-06-09
net: rename reference+tracking helpers
Jakub Kicinski
-137
/
+141
2022-06-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-34355
/
+70472
2022-06-09
MAINTAINERS: Remove Jukka Rissanen as 6lowpan maintainer
Jukka Rissanen
-1
/
+0
2022-06-09
net: 6lowpan: constify lowpan_nhc structures
Alexander Aring
-11
/
+11
2022-06-09
net: 6lowpan: use array for find nhc id
Alexander Aring
-203
/
+37
2022-06-09
net: 6lowpan: remove const from scalars
Alexander Aring
-3
/
+3
2022-06-09
Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-189
/
+367
2022-06-09
netfs: gcc-12: temporarily disable '-Wattribute-warning' for now
Linus Torvalds
-0
/
+6
2022-06-09
gcc-12: disable '-Warray-bounds' universally for now
Linus Torvalds
-9
/
+12
2022-06-09
mellanox: mlx5: avoid uninitialized variable warning with gcc-12
Linus Torvalds
-1
/
+1
2022-06-09
gcc-12: disable '-Wdangling-pointer' warning for now
Linus Torvalds
-0
/
+3
2022-06-09
drm: imx: fix compiler warning with gcc-12
Linus Torvalds
-1
/
+1
2022-06-09
net: macb: change return type for gem_ptp_set_one_step_sync()
Claudiu Beznea
-5
/
+2
2022-06-09
Merge branch 'vmxnet3-upgrade-to-version-7'
Paolo Abeni
-58
/
+457
2022-06-09
vmxnet3: update to version 7
Ronak Doshi
-3
/
+8
2022-06-09
vmxnet3: use ext1 field to indicate encapsulated packet
Ronak Doshi
-9
/
+23
2022-06-09
vmxnet3: limit number of TXDs used for TSO packet
Ronak Doshi
-0
/
+19
2022-06-09
vmxnet3: add command to set ring buffer sizes
Ronak Doshi
-13
/
+65
2022-06-09
vmxnet3: add support for out of order rx completion
Ronak Doshi
-12
/
+63
2022-06-09
vmxnet3: add support for large passthrough BAR register
Ronak Doshi
-10
/
+38
2022-06-09
vmxnet3: add support for capability registers
Ronak Doshi
-6
/
+233
2022-06-09
vmxnet3: prepare for version 7 changes
Ronak Doshi
-6
/
+9
2022-06-08
net: amd-xgbe: fix clang -Wformat warning
Justin Stitt
-1
/
+1
2022-06-08
tcp: use alloc_large_system_hash() to allocate table_perturb
Muchun Song
-4
/
+6
2022-06-08
xen/netback: do some code cleanup
Juergen Gross
-29
/
+5
[next]