index
:
talos-op-linux
master
Talos™ II 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
*
batman-adv: update Makefile copyright years
Antonio Quartulli
2013-03-27
1
-1
/
+1
*
batman-adv: Start new development cycle
Simon Wunderlich
2013-03-27
1
-1
/
+1
*
batman-adv: free an hard-interface before adding it
Antonio Quartulli
2013-03-27
1
-6
/
+33
*
batman-adv: Allow to modify slaves of soft-interfaces through rntl_link
Sven Eckelmann
2013-03-27
2
-3
/
+65
*
batman-adv: Allow to use rntl_link for device creation/deletion
Sven Eckelmann
2013-03-27
4
-0
/
+33
*
batman-adv: rename batadv_softif_destroy to reflect sysfs use case
Marek Lindner
2013-03-27
3
-3
/
+7
*
batman-adv: Don't always delete softif when last slave was removed
Sven Eckelmann
2013-03-27
3
-6
/
+21
*
batman-adv: Move deinitialization of soft-interface to destructor
Sven Eckelmann
2013-03-27
1
-3
/
+12
*
batman-adv: Move soft-interface initialization to ndo_init
Sven Eckelmann
2013-03-27
2
-88
/
+86
*
batman-adv: Fix endianness errors for network coding
Martin Hundebøll
2013-03-27
2
-2
/
+2
*
6lowpan: use IEEE802154_ADDR_LEN instead of a magic number
Tony Cheneau
2013-03-27
1
-1
/
+1
*
6lowpan: fix a small formatting issue
Tony Cheneau
2013-03-27
1
-1
/
+1
*
ieee802154/at86rf230: Fix register names for RX_AACK_ON and TX_ARET_ON
stefan@datenfreihafen.org
2013-03-27
1
-2
/
+2
*
ieee802154/at86rf230: Implement hardware address filter callback.
stefan@datenfreihafen.org
2013-03-27
1
-0
/
+47
*
ieee802154/dgram: Pass source address in dgram_recvmsg
Stephen Röttger
2013-03-27
1
-0
/
+10
*
VXLAN: Fix sparse warnings.
Pravin B Shelar
2013-03-27
1
-5
/
+4
*
MAINTAINERS: Update qlge maintainers list
Shahed Shaikh
2013-03-26
1
-0
/
+1
*
net: fec: TX Buffer incorrectly initialized
Jim Baxter
2013-03-26
1
-1
/
+1
*
Merge branch 'stmmac'
David S. Miller
2013-03-26
21
-391
/
+2019
|
\
|
*
stmmac: update the Doc and Version (PTP+SGMII)
Giuseppe CAVALLARO
2013-03-26
2
-3
/
+32
|
*
stmmac: add the support for PTP hw clock driver
Rayagond Kokatanur
2013-03-26
8
-10
/
+294
|
*
stmmac: add IEEE PTPv1 and PTPv2 support.
Rayagond Kokatanur
2013-03-26
11
-24
/
+732
|
*
stmmac: add tx_skbuff_dma to save descriptors used by PTP
Rayagond Kokatanur
2013-03-26
4
-4
/
+22
|
*
stmmac: initial support to manage pcs modes
Giuseppe CAVALLARO
2013-03-26
6
-15
/
+257
|
*
stmmac: start adding pcs and rgmii core irq
Giuseppe CAVALLARO
2013-03-26
6
-50
/
+55
|
*
stmmac: support extend descriptors
Giuseppe CAVALLARO
2013-03-26
11
-218
/
+528
|
*
stmmac: reorganize chain/ring modes removing Koptions
Giuseppe CAVALLARO
2013-03-26
10
-137
/
+169
|
/
*
bonding: cleanup unneeded rcu_read_lock()
Veaceslav Falico
2013-03-26
1
-2
/
+1
*
MAINTAINERS: add netdev list for PTP (IEEE 1588)
Jiri Benc
2013-03-26
1
-0
/
+1
*
ptp_pch: fix typo in module parameter description
Jiri Benc
2013-03-26
1
-1
/
+1
*
net: wireless: iwlegacy: add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
2013-03-26
1
-2
/
+2
*
net: ethernet: atheros: add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
2013-03-26
1
-1
/
+1
*
net: ethernet: wiznet: add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
2013-03-26
2
-4
/
+4
*
Merge branch 'transport-header'
David S. Miller
2013-03-26
5
-1
/
+59
|
\
|
*
net_sched: better precise estimation on packet length for untrusted packets
Jason Wang
2013-03-26
1
-1
/
+7
|
*
netback: set transport header before passing it to kernel
Jason Wang
2013-03-26
1
-0
/
+12
|
*
packet: set transport header before doing xmit
Jason Wang
2013-03-26
1
-0
/
+21
|
*
tuntap: set transport header before passing it to kernel
Jason Wang
2013-03-26
1
-0
/
+10
|
*
macvtap: set transport header before passing skb to lower device
Jason Wang
2013-03-26
1
-0
/
+9
|
/
*
netlink: remove duplicated NLMSG_ALIGN
Hong zhi guo
2013-03-26
1
-1
/
+1
*
Merge branch '6lowpan'
David S. Miller
2013-03-26
6
-30
/
+128
|
\
|
*
6lowpan: modify udp compression/uncompression to match the standard
Tony Cheneau
2013-03-26
1
-3
/
+36
|
*
6lowpan: use the PANID provided by the device instead of a static value
Tony Cheneau
2013-03-26
1
-2
/
+4
|
*
6lowpan: obtain IEEE802.15.4 sequence number from the MAC layer
Tony Cheneau
2013-03-26
1
-0
/
+8
|
*
mac802154: add mac802154_dev_get_dsn()
Tony Cheneau
2013-03-26
3
-0
/
+11
|
*
6lowpan: store fragment tag values per device instead of net stack wide
Tony Cheneau
2013-03-26
1
-4
/
+5
|
*
6lowpan: add debug messages for 6LoWPAN fragmentation
Tony Cheneau
2013-03-26
1
-4
/
+21
|
*
6lowpan: fix first fragment (FRAG1) handling
Tony Cheneau
2013-03-26
1
-13
/
+23
|
*
6lowpan: use short IEEE 802.15.4 addresses for broadcast destination
Tony Cheneau
2013-03-26
1
-8
/
+15
|
*
mac802154: turn on ACK when enabled by the upper layers
Tony Cheneau
2013-03-26
1
-0
/
+2
[next]