index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtnetlink: add babel protocol recognition
Dave Taht
2014-11-10
1
-0
/
+1
*
dccp: Convert DCCP_WARN to net_warn_ratelimited
Joe Perches
2014-11-08
1
-2
/
+2
*
udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicasts
Rick Jones
2014-11-07
5
-6
/
+20
*
cdc-ether: implement MULTICAST flag on the device
Oliver Neukum
2014-11-07
1
-9
/
+10
*
uapi: resort Kbuild entries
stephen hemminger
2014-11-07
1
-44
/
+44
*
stmmac: platform: fix sparse warnings
Andy Shevchenko
2014-11-07
7
-6
/
+39
*
stmmac: remove custom implementation of print_hex_dump()
Andy Shevchenko
2014-11-07
1
-8
/
+2
*
Merge branch 'iov_iter'
David S. Miller
2014-11-07
4
-92
/
+81
|
\
|
*
net: Kill skb_copy_datagram_const_iovec
Herbert Xu
2014-11-07
2
-92
/
+0
|
*
macvtap: Use iovec iterators
Herbert Xu
2014-11-07
1
-25
/
+21
|
*
tun: Use iovec iterators
Herbert Xu
2014-11-07
1
-35
/
+30
|
*
inet: Add skb_copy_datagram_iter
Herbert Xu
2014-11-07
2
-0
/
+90
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-06
34
-166
/
+244
|
\
|
*
netxen: Fix link event handling.
Manish Chopra
2014-11-06
1
-1
/
+2
|
*
enic: update desc properly in rx_copybreak
Govindarajulu Varadarajan
2014-11-06
1
-12
/
+2
|
*
enic: handle error condition properly in enic_rq_indicate_buf
Govindarajulu Varadarajan
2014-11-06
1
-0
/
+6
|
*
Merge branch 'mlx5-net'
David S. Miller
2014-11-06
2
-6
/
+5
|
|
\
|
|
*
net/mlx5_core: Fix race on driver load
Eli Cohen
2014-11-06
1
-2
/
+2
|
|
*
net/mlx5_core: Fix race in create EQ
Eli Cohen
2014-11-06
1
-4
/
+3
|
|
/
|
*
net: dsa: slave: Fix autoneg for phys on switch MDIO bus
Andrew Lunn
2014-11-06
1
-2
/
+5
|
*
net/9p: remove a comment about pref member which doesn't exist
Ryo Munakata
2014-11-06
1
-1
/
+0
|
*
drivers: net: cpsw: remove cpsw_ale_stop from cpsw_ale_destroy
Mugunthan V N
2014-11-06
1
-1
/
+0
|
*
net: mv643xx_eth: reclaim TX skbs only when released by the HW
Karl Beldan
2014-11-06
1
-8
/
+10
|
*
bridge: include in6.h in if_bridge.h for struct in6_addr
Gregory Fong
2014-11-05
1
-0
/
+1
|
*
tcp: zero retrans_stamp if all retrans were acked
Marcelo Leitner
2014-11-05
1
-29
/
+31
|
*
Merge branch 'stmmac-net'
David S. Miller
2014-11-05
1
-23
/
+29
|
|
\
|
|
*
stmmac: fix atomicity in pm routines
Giuseppe CAVALLARO
2014-11-05
1
-13
/
+16
|
|
*
stmmac: fix concurrency in eee initialization.
Giuseppe CAVALLARO
2014-11-05
1
-6
/
+9
|
|
*
stmmac: fix lock in stmmac_set_rx_mode
Giuseppe CAVALLARO
2014-11-05
1
-2
/
+0
|
|
*
stmmac: release tx lock, in case of dma mapping error.
Fabrice Gasnier
2014-11-05
1
-0
/
+1
|
|
*
stmmac: fix stmmac_tx_avail should be called with TX locked
Fabrice Gasnier
2014-11-05
1
-2
/
+3
|
|
/
|
*
drivers: net: ethernet: xilinx: xilinx_emaclite: revert the original commit "...
Chen Gang
2014-11-05
1
-1
/
+0
|
*
include/linux/socket.h: Fix comment
Rasmus Villemoes
2014-11-05
1
-1
/
+1
|
*
net: Add missing descriptions for fwmark_reflect for ipv4 and ipv6.
Loganaden Velvindron
2014-11-05
1
-0
/
+14
|
*
geneve: Unregister pernet subsys on module unload.
Jesse Gross
2014-11-05
1
-0
/
+1
|
*
geneve: Set GSO type on transmit.
Jesse Gross
2014-11-05
1
-0
/
+2
|
*
Merge branch 'xgene-net'
David S. Miller
2014-11-04
7
-13
/
+49
|
|
\
|
|
*
drivers: net: xgene: fix: Use separate resources
Iyappan Subramanian
2014-11-04
2
-3
/
+6
|
|
*
drivers: net: xgene: Backward compatibility with older firmware
Iyappan Subramanian
2014-11-04
6
-5
/
+38
|
|
*
dtb: xgene: fix: Backward compatibility with older firmware
Iyappan Subramanian
2014-11-04
1
-5
/
+5
|
|
/
|
*
sfc: don't BUG_ON efx->max_channels == 0 in probe
Edward Cree
2014-11-03
1
-1
/
+2
|
*
Merge branch 'ipv6_tunnel_iflink_init'
David S. Miller
2014-11-03
4
-30
/
+11
|
|
\
|
|
*
gre6: Move the setting of dev->iflink into the ndo_init functions.
Steffen Klassert
2014-11-03
1
-2
/
+3
|
|
*
sit: Use ipip6_tunnel_init as the ndo_init function.
Steffen Klassert
2014-11-03
1
-9
/
+6
|
|
*
vti6: Use vti6_dev_init as the ndo_init function.
Steffen Klassert
2014-11-03
1
-10
/
+1
|
|
*
ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function.
Steffen Klassert
2014-11-03
1
-9
/
+1
|
|
/
|
*
macvtap: Fix csum_start when VLAN tags are present
Herbert Xu
2014-11-03
1
-0
/
+2
|
*
net: fec: fix suspend broken on multiple MACs sillicons
Nimrod Andy
2014-11-03
1
-8
/
+8
|
*
Merge branch 'tun-net'
David S. Miller
2014-11-03
1
-11
/
+17
|
|
\
|
|
*
tun: Fix TUN_PKT_STRIP setting
Herbert Xu
2014-11-03
1
-4
/
+8
[next]