index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-09
drivers: net: Remove remaining alloc/OOM messages
Joe Perches
20
-150
/
+66
2013-02-09
bgmac: fix "cmdcfg" calls for promisc and loopback modes
Rafał Miłecki
1
-4
/
+4
2013-02-09
bgmac: validate (and random if needed) MAC addr
Rafał Miłecki
1
-0
/
+6
2013-02-09
skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZE
Alexander Duyck
2
-4
/
+4
2013-02-09
Merge branch 'wireless'
David S. Miller
249
-3180
/
+26293
2013-02-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
249
-3180
/
+26293
2013-02-08
Merge branch 'tg3'
David S. Miller
4
-24
/
+148
2013-02-08
tg3: add support for Ethernet core in bcm4785
Hauke Mehrtens
3
-6
/
+117
2013-02-08
tg3: make it possible to provide phy_id in ioctl
Hauke Mehrtens
1
-6
/
+20
2013-02-08
ssb: get mac address from sprom struct for gige driver
Hauke Mehrtens
1
-12
/
+11
2013-02-08
net: sctp: sctp_auth_make_key_vector: remove duplicate ntohs calls
Daniel Borkmann
1
-9
/
+12
2013-02-08
net: fec: fix spin_lock dead lock
Frank Li
1
-1
/
+3
2013-02-08
net: fec: correct fix method about miss init spinlock
Frank Li
1
-4
/
+3
2013-02-08
mlx4_en: Fix BQL reset TX queue call point
Tom Herbert
2
-3
/
+2
2013-02-08
Merge branch 'mlx4'
David S. Miller
11
-388
/
+709
2013-02-08
net/mlx4_en: Implement ndo fdb functionality
Yan Burman
1
-0
/
+75
2013-02-08
net/mlx4_en: Add unicast MAC filtering
Yan Burman
2
-2
/
+130
2013-02-08
net/mlx4_en: Manage hash of MAC addresses per port
Yan Burman
3
-38
/
+79
2013-02-08
net/mlx4_en: Save previous MAC address of the port so we can replace it later
Yan Burman
1
-2
/
+2
2013-02-08
net/mlx4_en: Re-arrange ndo_set_rx_mode related code
Yan Burman
2
-128
/
+145
2013-02-08
net/mlx4: Move Ethernet related functionality from mlx4_core to mlx4_en
Yan Burman
6
-208
/
+224
2013-02-08
net/mlx4_en: Cleanup multiline strings
Yan Burman
1
-15
/
+10
2013-02-08
net/mlx4_en: Optimize Rx fast path filter checks
Yan Burman
4
-30
/
+35
2013-02-08
net/mlx4_en: Optimize loopback related checks in data path
Yan Burman
6
-21
/
+65
2013-02-07
bgmac: add ndo_set_rx_mode netdev ops
Hauke Mehrtens
1
-4
/
+12
2013-02-07
bgmac: add generic ndo_validate_addr netdev ops
Hauke Mehrtens
1
-0
/
+1
2013-02-07
bgmac: write mac address to hardware in ndo_set_mac_address
Hauke Mehrtens
1
-8
/
+25
2013-02-07
bgmac: implement missing code for BCM53572
Hauke Mehrtens
2
-3
/
+5
2013-02-07
macvlan: add multicast filter
Eric Dumazet
2
-0
/
+29
2013-02-07
net: reset mac header in dev_start_xmit()
Eric Dumazet
1
-0
/
+2
2013-02-07
net: adjust skb_gso_segment() for calling in rx path
Cong Wang
3
-8
/
+26
2013-02-07
wpan: use stack buffer instead of heap
Alexander Aring
1
-6
/
+1
2013-02-07
6lowpan: use stack buffer instead of heap
Alexander Aring
1
-9
/
+4
2013-02-07
6lowpan: Remove __init tag from lowpan_netlink_fini().
David S. Miller
1
-1
/
+1
2013-02-07
team: allow userspace to take control over carrier
Flavio Leitner
2
-0
/
+9
2013-02-07
drivers: net:ethernet: cpsw: add support for VLAN
Mugunthan V N
3
-2
/
+109
2013-02-07
drivers: net: cpsw: Add helper functions for VLAN ALE implementation
Mugunthan V N
3
-22
/
+113
2013-02-07
netpoll: protect napi_poll and poll_controller during dev_[open|close]
Neil Horman
3
-2
/
+76
2013-02-07
wpan: whitespace fix
Alexander Aring
1
-1
/
+1
2013-02-07
ipv6: Don't send packet to big messages to self
Steffen Klassert
1
-2
/
+1
2013-02-06
drivers: net: misc: Remove unused OOM variables
Joe Perches
2
-2
/
+0
2013-02-06
net: core: Remove unnecessary alloc/OOM messages
Joe Perches
2
-12
/
+6
2013-02-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
47
-910
/
+1228
2013-02-05
tcp: remove Appropriate Byte Count support
Stephen Hemminger
9
-67
/
+1
2013-02-05
ipv4: Disallow non-namespace aware protocols to register.
David S. Miller
3
-26
/
+6
2013-02-05
l2tp: Make ipv4 protocol handler namespace aware.
David S. Miller
1
-6
/
+10
2013-02-05
l2tp: create tunnel sockets in the right namespace
Tom Parkin
1
-33
/
+54
2013-02-05
l2tp: prevent tunnel creation on netns mismatch
Tom Parkin
1
-2
/
+9
2013-02-05
l2tp: set netnsok flag for netlink messages
Tom Parkin
1
-0
/
+1
2013-02-05
l2tp: put tunnel socket release on a workqueue
Tom Parkin
2
-44
/
+61
[next]