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
*
sfc: Simplify TSO header buffer allocation
Ben Hutchings
2012-08-24
3
-218
/
+112
*
sfc: Stop TX queues before they fill up
Ben Hutchings
2012-08-24
3
-115
/
+112
*
sfc: Refactor struct efx_tx_buffer to use a flags field
Ben Hutchings
2012-08-24
3
-56
/
+53
*
net: Set device operstate at registration time
Ben Hutchings
2012-08-24
3
-0
/
+11
*
net/fsl: introduce Freescale 10G MDIO driver
Timur Tabi
2012-08-24
3
-0
/
+282
*
cls_cgroup: Allow classifier cgroups to have their classid reset to 0
Neil Horman
2012-08-24
1
-1
/
+1
*
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
2012-08-24
20
-558
/
+818
|
\
|
*
batman-adv: Start new development cycle
Sven Eckelmann
2012-08-23
1
-1
/
+1
|
*
batman-adv: change interface_rx to get orig node
Antonio Quartulli
2012-08-23
3
-7
/
+14
|
*
batman-adv: detect not yet announced clients
Antonio Quartulli
2012-08-23
5
-33
/
+101
|
*
batman-adv: Reduce accumulated length of simple statements
Sven Eckelmann
2012-08-23
7
-38
/
+55
|
*
batman-adv: Don't break statements after assignment operator
Sven Eckelmann
2012-08-23
6
-35
/
+39
|
*
batman-adv: Use BIT(x) macro to calculate bit positions
Sven Eckelmann
2012-08-23
3
-29
/
+31
|
*
batman-adv: Drop tt queries with foreign dest
Martin Hundebøll
2012-08-23
1
-15
/
+3
|
*
batman-adv: Move batadv_check_unicast_packet()
Martin Hundebøll
2012-08-23
1
-25
/
+25
|
*
batman-adv: Split batadv_priv in sub-structures for features
Sven Eckelmann
2012-08-23
10
-311
/
+343
|
*
batman-adv: check batadv_orig_hash_add_if() return code
Simon Wunderlich
2012-08-23
1
-1
/
+7
|
*
batman-adv: fix typos in comments
Antonio Quartulli
2012-08-23
2
-5
/
+5
|
*
batman-adv: add reference counting for type batadv_tt_orig_list_entry
Antonio Quartulli
2012-08-23
2
-23
/
+53
|
*
batman-adv: remove a misleading comment
Jonathan Corbet
2012-08-23
1
-3
/
+0
|
*
batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructure
Marek Lindner
2012-08-23
3
-19
/
+42
|
*
batman-adv: rename bridge loop avoidance claim types
Simon Wunderlich
2012-08-23
2
-11
/
+11
|
*
batman-adv: correct comments in bridge loop avoidance
Simon Wunderlich
2012-08-23
1
-2
/
+3
|
*
batman-adv: Add the backbone gateway list to debugfs
Simon Wunderlich
2012-08-23
4
-3
/
+89
|
*
batman-adv: move function arguments on one line
Antonio Quartulli
2012-08-23
1
-2
/
+1
*
|
packet: fix broken build.
Rami Rosen
2012-08-23
1
-1
/
+1
*
|
net: reinstate rtnl in call_netdevice_notifiers()
Eric Dumazet
2012-08-23
5
-19
/
+12
|
/
*
packet: Protect packet sk list with mutex (v2)
Pavel Emelyanov
2012-08-22
3
-9
/
+15
*
mdio: translation of MMD EEE registers to/from ethtool settings
Allan, Bruce W
2012-08-22
2
-67
/
+90
*
af_packet: use define instead of constant
danborkmann@iogearbox.net
2012-08-22
1
-2
/
+3
*
rds: Don't disable BH on BH context
Ying Xue
2012-08-22
4
-8
/
+8
*
bonding: support for IPv6 transmit hashing
John Eaglesham
2012-08-22
2
-31
/
+88
*
ipv6: gre: fix ip6gre_err()
Eric Dumazet
2012-08-22
1
-3
/
+5
*
xfrm: fix RCU bugs
Eric Dumazet
2012-08-22
1
-37
/
+39
*
net: remove delay at device dismantle
Eric Dumazet
2012-08-22
8
-24
/
+27
*
Merge git://1984.lsi.us.es/nf-next
David S. Miller
2012-08-22
23
-132
/
+232
|
\
|
*
netfilter: remove unnecessary goto statement for error recovery
Jean Sacren
2012-08-22
3
-15
/
+3
|
*
netfilter: replace list_for_each_continue_rcu with new interface
Michael Wang
2012-08-22
1
-4
/
+6
|
*
netfilter: nf_conntrack: remove unnecessary RTNL locking
Patrick McHardy
2012-08-20
1
-5
/
+0
|
*
netfilter: sparse endian fixes
Patrick McHardy
2012-08-20
4
-7
/
+9
|
*
netfilter: PTR_RET can be used
Wu Fengguang
2012-08-14
10
-32
/
+10
|
*
ipvs: add pmtu_disc option to disable IP DF for TUN packets
Julian Anastasov
2012-08-10
3
-3
/
+22
|
*
ipvs: implement passive PMTUD for IPIP packets
Julian Anastasov
2012-08-10
2
-27
/
+128
|
*
ipvs: fixed sparse warning
Claudiu Ghioc
2012-08-10
1
-4
/
+4
|
*
ipvs: generalize app registration in netns
Julian Anastasov
2012-08-10
3
-35
/
+49
|
*
ipvs: ip_vs_ftp depends on nf_conntrack_ftp helper
Julian Anastasov
2012-08-10
1
-1
/
+2
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2012-08-22
9
-14
/
+198
|
\
\
|
*
|
igb: update to allow reading/setting MDI state
Jesse Brandeburg
2012-08-21
2
-0
/
+46
|
*
|
e1000e: implement MDI/MDI-X control
Jesse Brandeburg
2012-08-21
1
-2
/
+39
|
*
|
e1000: configure and read MDI settings
Jesse Brandeburg
2012-08-21
2
-0
/
+43
[next]