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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-23
tcp: metrics: Handle v6/v4-mapped sockets in tcp-metrics
Christoph Paasch
1
-24
/
+40
2014-01-22
6lowpan: add a license to 6lowpan_iphc module
Yann Droneaud
1
-0
/
+3
2014-01-22
team: Don't allow team devices to change network namespaces.
Weilong Chen
1
-0
/
+4
2014-01-22
bonding: Don't allow bond devices to change network namespaces.
Weilong Chen
1
-0
/
+3
2014-01-22
rtnetlink: remove ndo_get_slave
Jiri Pirko
1
-5
/
+0
2014-01-22
bonding: convert netlink to use slave data info api
Jiri Pirko
4
-55
/
+19
2014-01-22
rtnetlink: provide api for getting and setting slave info
Jiri Pirko
3
-20
/
+154
2014-01-22
rtnetlink: put "BOND" into nl attribute names which are related to bonding
Jiri Pirko
3
-23
/
+24
2014-01-22
bonding: change name of sysfs dir for bonding slaves
Jiri Pirko
1
-1
/
+1
2014-01-22
net/neighbour: queue work on power efficient wq
viresh kumar
1
-2
/
+3
2014-01-22
net/ipv4: queue work on power efficient wq
viresh kumar
1
-4
/
+6
2014-01-22
ipv6: enable anycast addresses as source addresses for datagrams
FX Le Bail
3
-3
/
+17
2014-01-22
net: update comments of "struct msghdr" with the more accurate RFC3542 ones
FX Le Bail
1
-7
/
+7
2014-01-22
tuntap: Fix for a race in accessing numqueues
Dominic Curran
1
-4
/
+6
2014-01-22
bridge: Remove unnecessary vlan_put_tag in br_handle_vlan
Toshiaki Makita
1
-21
/
+0
2014-01-22
tcp: metrics: Fix rcu-race when deleting multiple entries
Christoph Paasch
1
-9
/
+5
2014-01-22
Merge branch 'bonding'
David S. Miller
2
-1
/
+8
2014-01-22
bonding: update bonding.txt for primary description
dingtianhong
1
-1
/
+2
2014-01-22
bonding: clean the primary slave if there is no slave matching new primary
dingtianhong
1
-0
/
+6
2014-01-22
net: vxlan: convert to act as a pernet subsystem
Daniel Borkmann
1
-22
/
+6
2014-01-22
sch_htb: let skb->priority refer to non-leaf class
Harry Mason
1
-3
/
+8
2014-01-22
af_packet: Add Queue mapping mode to af_packet fanout operation
Neil Horman
2
-0
/
+12
2014-01-22
Merge branch 'bonding_option_api'
David S. Miller
7
-883
/
+1217
2014-01-22
bonding: convert slaves to use the new option API
Nikolay Aleksandrov
3
-47
/
+59
2014-01-22
bonding: convert lp_interval to use the new option API
Nikolay Aleksandrov
5
-22
/
+22
2014-01-22
bonding: convert resend_igmp to use the new option API
Nikolay Aleksandrov
5
-24
/
+26
2014-01-22
bonding: convert all_slaves_active to use the new option API
Nikolay Aleksandrov
5
-28
/
+25
2014-01-22
bonding: convert queue_id to use the new option API
Nikolay Aleksandrov
3
-61
/
+77
2014-01-22
bonding: convert active_slave to use the new option API
Nikolay Aleksandrov
6
-35
/
+36
2014-01-22
bonding: convert use_carrier to use the new option API
Nikolay Aleksandrov
5
-23
/
+25
2014-01-22
bonding: convert primary_reselect to use the new option API
Nikolay Aleksandrov
7
-44
/
+43
2014-01-22
bonding: convert primary to use the new option API
Nikolay Aleksandrov
5
-22
/
+22
2014-01-22
bonding: convert miimon to use the new option API
Nikolay Aleksandrov
6
-30
/
+24
2014-01-22
bonding: convert num_peer_notif to use the new option API
Nikolay Aleksandrov
5
-17
/
+24
2014-01-22
bonding: convert ad_select to use the new option API
Nikolay Aleksandrov
7
-50
/
+41
2014-01-22
bonding: convert min_links to use the new option API
Nikolay Aleksandrov
5
-19
/
+18
2014-01-22
bonding: convert lacp_rate to use the new option API
Nikolay Aleksandrov
6
-51
/
+37
2014-01-22
bonding: convert updelay to use the new option API
Nikolay Aleksandrov
5
-33
/
+27
2014-01-22
bonding: convert downdelay to use the new option API
Nikolay Aleksandrov
5
-32
/
+27
2014-01-22
bonding: convert arp_ip_target to use the new option API
Nikolay Aleksandrov
5
-41
/
+53
2014-01-22
bonding: convert arp_interval to use the new option API
Nikolay Aleksandrov
6
-35
/
+32
2014-01-22
bonding: convert fail_over_mac to use the new option API
Nikolay Aleksandrov
7
-50
/
+43
2014-01-22
bonding: convert arp_all_targets to use the new option API
Nikolay Aleksandrov
6
-41
/
+36
2014-01-22
bonding: convert arp_validate to use the new option API
Nikolay Aleksandrov
6
-52
/
+45
2014-01-22
bonding: convert xmit_hash_policy to use the new option API
Nikolay Aleksandrov
7
-46
/
+41
2014-01-22
bonding: convert packets_per_slave to use the new option API
Nikolay Aleksandrov
6
-32
/
+27
2014-01-22
bonding: convert mode setting to use the new option API
Nikolay Aleksandrov
6
-62
/
+48
2014-01-22
bonding: add infrastructure for an option API
Nikolay Aleksandrov
3
-0
/
+373
2014-01-21
Merge branch 'reciprocal'
David S. Miller
18
-71
/
+129
2014-01-21
reciprocal_divide: update/correction of the algorithm
Hannes Frederic Sowa
12
-49
/
+88
[next]