index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NET]: Wrap netdevice hardware header creation.
Stephen Hemminger
2007-10-10
19
-70
/
+63
*
[NET]: Remove no longer relevant comment in loopback driver.
David S. Miller
2007-10-10
1
-1
/
+0
*
[NET]: Make the loopback device per network namespace.
Eric W. Biederman
2007-10-10
13
-45
/
+64
*
[IPV4]: When possible test for IFF_LOOPBACK and not dev == loopback_dev
Eric W. Biederman
2007-10-10
3
-6
/
+10
*
[IPV4]: Remove unnecessary test for the loopback device from inetdev_destroy
Eric W. Biederman
2007-10-10
1
-2
/
+0
*
[NET]: Dynamically allocate the per cpu counters for the loopback device.
Eric W. Biederman
2007-10-10
1
-4
/
+28
*
[NET]: Add network namespace clone & unshare support.
Eric W. Biederman
2007-10-10
6
-5
/
+83
*
[NET]: Fix running without sysfs
Eric W. Biederman
2007-10-10
3
-23
/
+20
*
[CCID3]: Remove ifdef surrounding BUG_ON
Arnaldo Carvalho de Melo
2007-10-10
1
-4
/
+0
*
[DCCP]: Reduce the number of writable states
Gerrit Renker
2007-10-10
1
-1
/
+1
*
[DCCP]: Factor out common code for generating Resets
Gerrit Renker
2007-10-10
4
-66
/
+65
*
[DCCP]: Sequence number wrap-around when sending reset
Gerrit Renker
2007-10-10
2
-2
/
+2
*
[DCCP]: Rate-limit DCCP-Syncs
Gerrit Renker
2007-10-10
6
-9
/
+39
*
[DCCP]: Remove duplicate code for Reset from connected socket
Gerrit Renker
2007-10-10
1
-59
/
+19
*
[DCCP]: Add Support for Data 1 .. 3 fields of Reset packets
Gerrit Renker
2007-10-10
2
-9
/
+19
*
[DCCP]: Add FIXME for send_delayed_ack
Gerrit Renker
2007-10-10
2
-1
/
+1
*
[CCID3]: Move NULL-protection into function
Gerrit Renker
2007-10-10
2
-31
/
+24
*
[DCCP]: Send Reset upon Sync in state REQUEST
Gerrit Renker
2007-10-10
1
-5
/
+3
*
[BLUETOOTH]: Make hidp_setup_input() return int
WANG Cong
2007-10-10
1
-4
/
+7
*
[TCP] MIB: Count FRTO's successfully detected spurious RTOs
Ilpo Järvinen
2007-10-10
3
-0
/
+3
*
[TCP]: Reordered ACK's (old) SACKs not included to discarded MIB
Ilpo Järvinen
2007-10-10
1
-1
/
+6
*
[TCP]: Re-place highest_sack check to a more robust position
Ilpo Järvinen
2007-10-10
1
-4
/
+4
*
[DCCP]: Parameter renaming
Gerrit Renker
2007-10-10
1
-4
/
+6
*
[DCCP]: Fix Reset/Sync-Flood Bug
Gerrit Renker
2007-10-10
1
-3
/
+11
*
[DCCP]: Shorten variable names in dccp_check_seqno
Gerrit Renker
2007-10-10
1
-23
/
+17
*
[DCCP]: Simplify interface of dccp_sample_rtt
Gerrit Renker
2007-10-10
3
-34
/
+19
*
[DCCP]: Provide 10s of microsecond timesource
Gerrit Renker
2007-10-10
4
-1
/
+26
*
[DCCP]: Reuse ktime_get_real() calls again
Gerrit Renker
2007-10-10
1
-23
/
+16
*
[MAC80211]: rename ieee80211_cfg.h to cfg.h
Michael Wu
2007-10-10
3
-5
/
+5
*
[MAC80211]: kill vlan_id
Johannes Berg
2007-10-10
2
-3
/
+0
*
[MAC80211]: kill IE parse typedef
Johannes Berg
2007-10-10
1
-4
/
+3
*
[MAC80211]: rename ieee80211_cfg.c to cfg.c
Johannes Berg
2007-10-10
2
-1
/
+1
*
[MAC80211]: print out wiphy name instead of master device
Johannes Berg
2007-10-10
6
-17
/
+19
*
[MAC80211]: remove tx info sw_retry_attempt member
Johannes Berg
2007-10-10
1
-3
/
+0
*
[MAC80211]: fix warnings introduced by the doc patches
Johannes Berg
2007-10-10
1
-0
/
+6
*
[MAC80211]: yet more documentation
Johannes Berg
2007-10-10
1
-49
/
+149
*
[MAC80211]: remove IEEE80211_CONF_SSID_HIDDEN
Johannes Berg
2007-10-10
1
-2
/
+1
*
[MAC80211]: remove key threshold stuff
Johannes Berg
2007-10-10
8
-68
/
+3
*
[MAC80211]: allow drivers to indicate failed FCS/PLCP checksum
Johannes Berg
2007-10-10
2
-3
/
+35
*
[LIBERTAS]: fix oops on the blackfin architecture
Vladimir Davydov
2007-10-10
1
-3
/
+5
*
[LIBERTAS]: fix oops on the blackfin architecture
Vladimir Davydov
2007-10-10
1
-2
/
+4
*
[LIBERTAS]: fix interrupts in CF driver
Ryan Mallon
2007-10-10
1
-14
/
+19
*
[LIBERTAS]: set dnld_sent correctly for CF parts
Ryan Mallon
2007-10-10
1
-1
/
+2
*
[B43LEGACY]: Change the hardware radio enable logic and cleanup code
Larry Finger
2007-10-10
4
-34
/
+25
*
[B43LEGACY]: Support for turning the radio off from software.
Larry Finger
2007-10-10
4
-19
/
+61
*
[B43]: Support for turning the radio off from software.
Michael Buesch
2007-10-10
3
-13
/
+63
*
[B43]: Remove the "radio hw enabled" message on startup.
Michael Buesch
2007-10-10
1
-3
/
+3
*
[MAC80211]: Add support for setting TX power and radio status
Michael Buesch
2007-10-10
2
-2
/
+39
*
[IEEE80211]: Fix softmac lockdep reports.
Johannes Berg
2007-10-10
7
-17
/
+25
*
[B43]: Change loglevel of radio-enable message.
Michael Buesch
2007-10-10
3
-29
/
+26
[next]