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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-10
net: make dev_get_port_parent_id slightly more readable
Antoine Tenart
1
-5
/
+2
2021-10-09
net: use dev_addr_set()
Jakub Kicinski
4
-4
/
+4
2021-10-08
net: introduce a function to check if a netdev name is in use
Antoine Tenart
1
-4
/
+10
2021-10-08
vsock: Enable y2038 safe timeval for timeout
Richard Palethorpe
2
-21
/
+39
2021-10-08
vsock: Refactor vsock_*_getsockopt to resemble sock_getsockopt
Richard Palethorpe
1
-37
/
+28
2021-10-08
net-sysfs: try not to restart the syscall if it will fail eventually
Antoine Tenart
1
-0
/
+55
2021-10-08
net/sched: sch_ets: properly init all active DRR list handles
Davide Caratti
1
-3
/
+9
2021-10-08
eth: platform: add a helper for loading netdev->dev_addr
Jakub Kicinski
1
-0
/
+20
2021-10-08
ethernet: un-export nvmem_get_mac_address()
Jakub Kicinski
1
-1
/
+0
2021-10-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
18
-94
/
+174
2021-10-07
Merge tag 'nfsd-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
1
-1
/
+1
2021-10-07
net: prefer socket bound to interface when not in VRF
Mike Manning
4
-4
/
+8
2021-10-07
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-4
/
+5
2021-10-07
eth: fwnode: add a helper for loading netdev->dev_addr
Jakub Kicinski
1
-0
/
+20
2021-10-07
eth: fwnode: remove the addr len from mac helpers
Jakub Kicinski
1
-13
/
+8
2021-10-07
eth: fwnode: change the return type of mac address helpers
Jakub Kicinski
1
-19
/
+20
2021-10-07
device property: move mac addr helpers to eth.c
Jakub Kicinski
1
-0
/
+63
2021-10-07
of: net: add a helper for loading netdev->dev_addr
Jakub Kicinski
1
-0
/
+25
2021-10-07
of: net: move of_net under net/
Jakub Kicinski
3
-1
/
+147
2021-10-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/
David S. Miller
1
-12
/
+55
2021-10-06
ethtool: Add ability to control transceiver modules' power mode
Ido Schimmel
4
-1
/
+204
2021-10-06
rtnetlink: fix if_nlmsg_stats_size() under estimation
Eric Dumazet
1
-1
/
+1
2021-10-06
unix: Fix an issue in unix_shutdown causing the other end read/write failures
Jiang Wang
1
-4
/
+5
2021-10-05
Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
21
-959
/
+2107
2021-10-05
netlink: annotate data races around nlk->bound
Eric Dumazet
1
-4
/
+10
2021-10-05
netlink: remove netlink_broadcast_filtered
Florian Westphal
1
-21
/
+2
2021-10-05
net/sched: sch_taprio: properly cancel timer from taprio_destroy()
Eric Dumazet
1
-0
/
+4
2021-10-05
net: bridge: fix under estimation in br_get_linkxstats_size()
Eric Dumazet
1
-0
/
+1
2021-10-05
net: bridge: use nla_total_size_64bit() in br_get_linkxstats_size()
Eric Dumazet
1
-1
/
+1
2021-10-04
dsa: tag_dsa: Fix mask for trunked packets
Andrew Lunn
1
-1
/
+1
2021-10-04
net: ipv6: fix use after free of struct seg6_pernet_data
MichelleJin
1
-1
/
+1
2021-10-04
ipv6: ioam: Add support for the ip6ip6 encapsulation
Justin Iurman
2
-54
/
+213
2021-10-04
ipv6: ioam: Prerequisite patch for ioam6_iptunnel
Justin Iurman
1
-35
/
+20
2021-10-04
ipv6: ioam: Distinguish input and output for hop-limit
Justin Iurman
2
-6
/
+7
2021-10-03
mctp: Add input reassembly tests
Jeremy Kerr
1
-0
/
+134
2021-10-03
mctp: Add route input to socket tests
Jeremy Kerr
1
-0
/
+132
2021-10-03
mctp: Add packet rx tests
Jeremy Kerr
1
-3
/
+64
2021-10-03
mctp: Add test utils
Jeremy Kerr
3
-0
/
+90
2021-10-03
mctp: Add initial test structure and fragmentation test
Jeremy Kerr
3
-0
/
+227
2021-10-02
net: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
4
-7
/
+7
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
1
-1
/
+1
2021-10-02
net: use eth_hw_addr_set()
Jakub Kicinski
1
-1
/
+1
2021-10-02
net: dsa: tag_ocelot: set the classified VLAN during xmit
Vladimir Oltean
1
-0
/
+39
2021-10-02
net:dev: Change napi_gro_complete return type to void
Gyumin Hwang
1
-3
/
+2
2021-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
5
-66
/
+84
2021-10-02
netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notification
Pablo Neira Ayuso
2
-13
/
+36
2021-10-01
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
4
-38
/
+127
2021-10-01
Bluetooth: Rename driver .prevent_wake to .wakeup
Luiz Augusto von Dentz
1
-6
/
+7
2021-10-01
net/core: disable NET_RX_BUSY_POLL on PREEMPT_RT
Sebastian Andrzej Siewior
1
-1
/
+1
2021-10-01
net_sched: fix NULL deref in fifo_set_limit()
Eric Dumazet
1
-0
/
+3
[next]