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-08-09
net/iucv: get rid of register asm usage
Heiko Carstens
1
-20
/
+22
2021-08-09
net/af_iucv: remove wrappers around iucv (de-)registration
Julian Wiedmann
1
-13
/
+3
2021-08-09
net/af_iucv: clean up a try_then_request_module()
Julian Wiedmann
1
-11
/
+3
2021-08-09
net/af_iucv: support drop monitoring
Julian Wiedmann
1
-20
/
+22
2021-08-09
net: dsa: avoid fast ageing twice when port leaves a bridge
Vladimir Oltean
1
-1
/
+3
2021-08-09
net: dsa: still fast-age ports joining a bridge if they can't configure learning
Vladimir Oltean
1
-1
/
+17
2021-08-08
net: dsa: flush the dynamic FDB of the software bridge when fast ageing a port
Vladimir Oltean
1
-0
/
+20
2021-08-08
net: dsa: don't fast age bridge ports with learning turned off
Vladimir Oltean
1
-1
/
+1
2021-08-08
net: dsa: centralize fast ageing when address learning is turned off
Vladimir Oltean
2
-5
/
+32
2021-08-08
devlink: Simplify devlink port API calls
Leon Romanovsky
1
-48
/
+47
2021-08-08
net: dsa: don't fast age standalone ports
Vladimir Oltean
3
-10
/
+14
2021-08-06
net: dsa: don't disable multicast flooding to the CPU even without an IGMP qu...
Vladimir Oltean
3
-19
/
+0
2021-08-06
net: dsa: stop syncing the bridge mcast_router attribute at join time
Vladimir Oltean
1
-10
/
+0
2021-08-06
ethtool: return error from ethnl_ops_begin if dev is NULL
Heiner Kallweit
1
-2
/
+2
2021-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
18
-68
/
+173
2021-08-05
Merge tag 'net-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
15
-44
/
+129
2021-08-05
Bluetooth: defer cleanup of resources in hci_unregister_dev()
Tetsuo Handa
3
-24
/
+44
2021-08-05
net: dsa: tag_sja1105: optionally build as module when switch driver is modul...
Vladimir Oltean
1
-0
/
+1
2021-08-05
net: Remove redundant if statements
Yajun Deng
39
-168
/
+82
2021-08-05
net/ipv6/mcast: Use struct_size() helper
Gustavo A. R. Silva
1
-7
/
+13
2021-08-05
net/ipv4/igmp: Use struct_size() helper
Gustavo A. R. Silva
1
-7
/
+13
2021-08-05
net/ipv4/ipv6: Replace one-element arraya with flexible-array members
Gustavo A. R. Silva
2
-18
/
+19
2021-08-05
net: core: don't call SIOCBRADD/DELIF for non-bridge devices
Nikolay Aleksandrov
1
-0
/
+2
2021-08-05
net: bridge: fix ioctl old_deviceless bridge argument
Nikolay Aleksandrov
1
-1
/
+1
2021-08-05
net: bridge: fix ioctl locking
Nikolay Aleksandrov
3
-17
/
+31
2021-08-05
net/ipv4: Revert use of struct_size() helper
Gustavo A. R. Silva
2
-9
/
+7
2021-08-05
net: fix GRO skb truesize update
Paolo Abeni
1
-1
/
+1
2021-08-05
net: dsa: give preference to local CPU ports
Vladimir Oltean
1
-3
/
+39
2021-08-05
net: dsa: rename teardown_default_cpu to teardown_cpu_ports
Vladimir Oltean
1
-5
/
+5
2021-08-05
mctp: remove duplicated assignment of pointer hdr
Colin Ian King
1
-1
/
+0
2021-08-04
net: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-2
/
+2
2021-08-04
pktgen: Remove redundant clone_skb override
Nick Richardson
1
-5
/
+0
2021-08-04
sock: allow reading and changing sk_userlocks with setsockopt
Pavel Tikhomirov
1
-0
/
+13
2021-08-04
net: make switchdev_bridge_port_{,unoffload} loosely coupled with the bridge
Vladimir Oltean
4
-28
/
+136
2021-08-04
Merge tag 'linux-can-next-for-5.15-20210804' of git://git.kernel.org/pub/scm/...
David S. Miller
3
-43
/
+136
2021-08-04
can: j1939: extend UAPI to notify about RX status
Oleksij Rempel
3
-34
/
+127
2021-08-04
can: j1939: rename J1939_ERRQUEUE_* to J1939_ERRQUEUE_TX_*
Oleksij Rempel
3
-10
/
+10
2021-08-04
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
4
-26
/
+67
2021-08-04
ipv6: exthdrs: get rid of indirect calls in ip6_parse_tlv()
Eric Dumazet
1
-59
/
+46
2021-08-04
net: add netif_set_real_num_queues() for device reconfig
Jakub Kicinski
1
-0
/
+44
2021-08-04
net: add extack arg for link ops
Rocco Yue
3
-8
/
+11
2021-08-04
net: sched: fix lockdep_set_class() typo error for sch->seqlock
Yunsheng Lin
1
-1
/
+1
2021-08-04
af_unix: Add OOB support
Rao Shoaib
2
-2
/
+156
2021-08-03
net: dsa: tag_sja1105: consistently fail with arbitrary input
Vladimir Oltean
1
-1
/
+1
2021-08-03
VSOCK: handle VIRTIO_VSOCK_OP_CREDIT_REQUEST
Harshavardhan Unnibhavi
1
-0
/
+3
2021-08-03
net: bridge: switchdev: fix incorrect use of FDB flags when picking the dst d...
Vladimir Oltean
2
-2
/
+2
2021-08-03
mptcp: drop unused rcu member in mptcp_pm_addr_entry
Geliang Tang
1
-1
/
+0
2021-08-03
net: decnet: Fix refcount warning for new dn_fib_info
Yajun Deng
1
-1
/
+1
2021-08-03
move netdev_boot_setup into Space.c
Arnd Bergmann
2
-127
/
+0
2021-08-03
ethtool: runtime-resume netdev parent in ethnl_ops_begin
Heiner Kallweit
1
-6
/
+25
[next]