index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
ioremap.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-05-29
batman-adv: print the VID properly
Antonio Quartulli
1
-16
/
+21
2013-05-29
batman-adv: change VID semantic in the BLA code
Antonio Quartulli
5
-33
/
+49
2013-05-29
batman-adv: do not print orig nodes without nc neighbors on nc table print
Marek Lindner
1
-0
/
+7
2013-05-29
batman-adv: Remove unnecessary INIT_HLIST_NODE() calls
Linus Lüssing
2
-4
/
+0
2013-05-29
batman-adv: pass a 16bit long flag argument to tt_global_add()
Antonio Quartulli
2
-3
/
+18
2013-05-29
batman-adv: don't deal with NET_IP_ALIGN manually
Antonio Quartulli
4
-21
/
+21
2013-05-29
batman-adv: refactor batadv_tt_local_event()
Antonio Quartulli
1
-8
/
+15
2013-05-29
batman-adv: move batadv_slide_own_bcast_window to bat_iv_ogm.c
Antonio Quartulli
3
-31
/
+36
2013-05-29
batman-adv: move ring_buffer helper functions in bat_iv_ogm
Antonio Quartulli
4
-80
/
+42
2013-05-29
batman-adv: use eth_hdr() when it makes sense
Antonio Quartulli
6
-18
/
+18
2013-05-29
batman-adv: don't initialise batman_iv private members in hard-interface.c
Antonio Quartulli
1
-7
/
+1
2013-05-29
batman-adv: do not silently ignore wrong condition
Antonio Quartulli
1
-1
/
+1
2013-05-29
batman-adv: don't check compat version twice
Antonio Quartulli
1
-7
/
+0
2013-05-29
batman-adv: don't check the source address twice
Antonio Quartulli
1
-11
/
+1
2013-05-29
batman-adv: slightly improve neighbor creation debug message
Antonio Quartulli
1
-1
/
+2
2013-05-29
batman-adv: drop useless argument seqno in neighbor creation
Antonio Quartulli
3
-11
/
+7
2013-05-29
batman-adv: fix typos in kernel doc & comments
Marek Lindner
1
-43
/
+39
2013-05-29
batman-adv: send each broadcast only once on non-wireless interfaces
Matthias Schiffer
4
-1
/
+15
2013-05-29
batman-adv: split batadv_is_wifi_iface() into two functions
Matthias Schiffer
1
-32
/
+52
2013-05-28
net: Fix build warnings after mac_header and transport_header became __u16.
David S. Miller
1
-5
/
+5
2013-05-28
arp: flush arp cache on IFF_NOARP change
Timo Teräs
1
-0
/
+6
2013-05-28
net: pass changed flags along with NETDEV_CHANGE event
Jiri Pirko
2
-2
/
+12
2013-05-28
net: pass info struct via netdevice notifier
Jiri Pirko
80
-127
/
+172
2013-05-28
bonding: remove ifenslave.c from kernel source
Cong Wang
5
-1157
/
+10
2013-05-28
doc:networking: Fix typo in documentation/networking
Masanari Iida
3
-9
/
+9
2013-05-28
bonding: allow xmit hash policy change while bond dev is up
Nikolay Aleksandrov
1
-9
/
+1
2013-05-28
net/phy: Use module_spi_driver in spi_ks8995.c
Sachin Kamat
1
-13
/
+1
2013-05-28
netpoll: remove return value from netpoll_rx_disable()
dingtianhong
3
-15
/
+7
2013-05-28
net: micrel : ks8851-ml: add dt support
Jean-Christophe PLAGNIOL-VILLARD
2
-7
/
+35
2013-05-28
MPLS: Add limited GSO support
Simon Horman
15
-3
/
+143
2013-05-28
net: Use 16bits for *_headers fields of struct skbuff
Simon Horman
1
-113
/
+6
2013-05-28
phy: bcm63xx: report Broadcom BCM63xx PHYs as internal
Florian Fainelli
1
-2
/
+2
2013-05-28
phy: allow drivers to flag a PHY device as internal
Florian Fainelli
3
-1
/
+17
2013-05-28
net: ethtool: disambiguate XCVR_* meaning
Florian Fainelli
1
-2
/
+2
2013-05-28
net: wan: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-05-28
net: wireless: remove unnecessary platform_set_drvdata()
Jingoo Han
2
-4
/
+0
2013-05-28
net: irda: remove unnecessary platform_set_drvdata()
Jingoo Han
3
-3
/
+0
2013-05-28
net: ethernet: remove unnecessary platform_set_drvdata()
Jingoo Han
37
-61
/
+0
2013-05-28
fec: Handle the regulator in suspend/resume
Fabio Estevam
1
-0
/
+10
2013-05-28
fec: Remove irqs first
Fabio Estevam
1
-5
/
+5
2013-05-28
fec: Disable the PHY regulator on error and removal
Fabio Estevam
1
-0
/
+6
2013-05-28
fec: Invert the order of error path sequence
Fabio Estevam
1
-2
/
+2
2013-05-28
fec: Place the phy regulator in the private structure
Fabio Estevam
2
-4
/
+4
2013-05-28
be2net: Trim padded packets for Lancer
Somnath Kotur
1
-1
/
+3
2013-05-28
be2net: Pad skb to meet min Tx pkt size in lancer
Somnath Kotur
1
-0
/
+10
2013-05-28
be2net: cleanup be_get_drvinfo()
Somnath Kotur
3
-7
/
+8
2013-05-28
bnx2x: Change to D3hot only on removal
Yuval Mintz
2
-10
/
+24
2013-05-28
bnx2x: Implement PCI shutdown
Yuval Mintz
1
-12
/
+59
2013-05-28
bnx2x: Count number of possible FCoE interfaces
Dmitry Kravkov
1
-3
/
+48
2013-05-28
bnx2x: Ack unknown VF messages
Ariel Elior
1
-1
/
+4
[next]