index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ixgb: convert to set_phys_id
Jeff Kirsher
2011-05-04
2
-37
/
+12
*
e100: fix build warning
Emil Tantilov
2011-05-04
1
-1
/
+1
*
net: dont hold rtnl mutex during netlink dump callbacks
Eric Dumazet
2011-05-02
8
-23
/
+25
*
Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge
David S. Miller
2011-05-02
14
-138
/
+292
|
\
|
*
batman-adv: Make bat_priv->primary_if an rcu protected pointer
Marek Lindner
2011-05-01
12
-118
/
+280
|
*
batman-adv: fix gw_node_update() and gw_election()
Antonio Quartulli
2011-05-01
1
-4
/
+8
|
*
batman-adv: Move definition of atomic_dec_not_zero() into main.h
Antonio Quartulli
2011-05-01
3
-2
/
+2
|
*
batman-adv: orig_hash_find() manages rcu_lock/unlock internally
Antonio Quartulli
2011-05-01
1
-14
/
+2
*
|
ipv4: Make sure flowi4->{saddr,daddr} are always set.
David S. Miller
2011-05-02
1
-6
/
+5
*
|
net/igb/e1000/e1000e: more robust ethtool duplex/speed configuration
David Decotigny
2011-04-29
7
-38
/
+59
*
|
tulip/de2104x: don't report different speeds depending on port type
David Decotigny
2011-04-29
1
-7
/
+3
*
|
acenic: Fix using the specified speed when configuring NIC
David Decotigny
2011-04-29
1
-1
/
+1
*
|
ethtool: cosmetic: Use ethtool ethtool_cmd_speed API
David Decotigny
2011-04-29
76
-197
/
+232
*
|
ethtool: Use full 32 bit speed range in ethtool's set_settings
David Decotigny
2011-04-29
44
-131
/
+163
*
|
ethtool: Call ethtool's get/set_settings callbacks with cleaned data
David Decotigny
2011-04-29
20
-89
/
+117
*
|
ethtool: cosmetics: enforce const-ness in ethtool_cmd_speed
David Decotigny
2011-04-29
1
-4
/
+10
*
|
qlcnic: Support for GBE port settings
Sony Chacko
2011-04-29
3
-63
/
+40
*
|
qlcnic: support rcv ring configuration through ethtool
Sucheta Chakraborty
2011-04-29
3
-33
/
+156
*
|
ipv4, ipv6, bonding: Restore control over number of peer notifications
Ben Hutchings
2011-04-29
6
-22
/
+105
*
|
pktgen: create num frags requested
amit salecha
2011-04-29
1
-26
/
+9
*
|
bpf: depends on MODULES
Eric Dumazet
2011-04-29
1
-0
/
+1
*
|
ipv4: Get route daddr from flow key in l2tp_ip_connect().
David S. Miller
2011-04-28
1
-1
/
+1
*
|
ipv4: Get route daddr from flow key in tcp_v4_connect().
David S. Miller
2011-04-28
1
-2
/
+2
*
|
ipv4: Get route daddr from flow key in inet_csk_route_req().
David S. Miller
2011-04-28
1
-1
/
+1
*
|
ipv4: Get route daddr from flow key in ip4_datagram_connect().
David S. Miller
2011-04-28
1
-1
/
+1
*
|
ipv4: Get route daddr from flow key in dccp_v4_connect().
David S. Miller
2011-04-28
1
-1
/
+1
*
|
ipv4: Fetch route saddr from flow key in l2tp_ip_connect().
David S. Miller
2011-04-28
1
-2
/
+2
*
|
ipv4: Fetch route saddr from flow key in tcp_v4_connect().
David S. Miller
2011-04-28
1
-1
/
+1
*
|
ipv4: Fetch route saddr from flow key in ip4_datagram_connect().
David S. Miller
2011-04-28
1
-2
/
+2
*
|
ipv4: Fetch route saddr from flow key in inet_sk_reselect_saddr().
David S. Miller
2011-04-28
1
-1
/
+1
*
|
ipv4: Remove now superfluous code in ip_route_connect().
David S. Miller
2011-04-28
1
-2
/
+0
*
|
ipv4: Use caller's on-stack flowi as-is in output route lookups.
David S. Miller
2011-04-28
2
-79
/
+81
*
|
net: Use non-zero allocations in dst_alloc().
David S. Miller
2011-04-28
5
-35
/
+74
*
|
net: Make dst_alloc() take more explicit initializations.
David S. Miller
2011-04-28
6
-61
/
+44
*
|
l2tp: Fix inet_opt conversion.
David S. Miller
2011-04-28
1
-2
/
+4
*
|
net: ibmveth: force reconfiguring checksum settings on startup
Michał Mirosław
2011-04-28
1
-0
/
+2
*
|
qlcnic: fix memory leak in qlcnic_blink_led.
Sucheta Chakraborty
2011-04-28
2
-8
/
+6
*
|
tg3: Convert u32 flag,flg2,flg3 uses to bitmap
Joe Perches
2011-04-28
2
-739
/
+728
*
|
net: allow user to change NETIF_F_HIGHDMA
Michał Mirosław
2011-04-28
1
-1
/
+2
*
|
bridge: convert br_features_recompute() to ndo_fix_features
Michał Mirosław
2011-04-28
4
-67
/
+19
*
|
net: fix netdev_increment_features()
Michał Mirosław
2011-04-28
2
-25
/
+17
*
|
net:use help function of skb_checksum_start_offset to calculate offset
Shan Wei
2011-04-28
2
-2
/
+2
*
|
inet: add RCU protection to inet->opt
Eric Dumazet
2011-04-28
17
-168
/
+241
*
|
net: filter: Just In Time compiler for x86-64
Eric Dumazet
2011-04-27
14
-62
/
+918
*
|
ipv4: Kill RTO_CONN.
David S. Miller
2011-04-27
1
-4
/
+0
*
|
ipv4: Remove erroneous check in igmpv3_newpack() and igmp_send_report().
David S. Miller
2011-04-27
1
-10
/
+0
*
|
ipv4: Sanitize and simplify ip_route_{connect,newports}()
David S. Miller
2011-04-27
6
-48
/
+74
*
|
r8169: fix merge conflict fix.
Francois Romieu
2011-04-27
1
-20
/
+5
*
|
sctp: clean up route lookup calls
Vlad Yasevich
2011-04-27
4
-31
/
+24
*
|
sctp: remove useless arguments from get_saddr() call
Vlad Yasevich
2011-04-27
4
-7
/
+2
[next]