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
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
[NET]: Wrap hard_header_parse
Stephen Hemminger
7
-29
/
+20
2007-10-10
[NET]: Wrap netdevice hardware header creation.
Stephen Hemminger
13
-60
/
+45
2007-10-10
[NET]: Make the loopback device per network namespace.
Eric W. Biederman
10
-39
/
+40
2007-10-10
[IPV4]: When possible test for IFF_LOOPBACK and not dev == loopback_dev
Eric W. Biederman
3
-6
/
+10
2007-10-10
[IPV4]: Remove unnecessary test for the loopback device from inetdev_destroy
Eric W. Biederman
1
-2
/
+0
2007-10-10
[NET]: Add network namespace clone & unshare support.
Eric W. Biederman
2
-2
/
+49
2007-10-10
[NET]: Fix running without sysfs
Eric W. Biederman
3
-23
/
+20
2007-10-10
[CCID3]: Remove ifdef surrounding BUG_ON
Arnaldo Carvalho de Melo
1
-4
/
+0
2007-10-10
[DCCP]: Reduce the number of writable states
Gerrit Renker
1
-1
/
+1
2007-10-10
[DCCP]: Factor out common code for generating Resets
Gerrit Renker
4
-66
/
+65
2007-10-10
[DCCP]: Sequence number wrap-around when sending reset
Gerrit Renker
2
-2
/
+2
2007-10-10
[DCCP]: Rate-limit DCCP-Syncs
Gerrit Renker
4
-9
/
+32
2007-10-10
[DCCP]: Remove duplicate code for Reset from connected socket
Gerrit Renker
1
-59
/
+19
2007-10-10
[DCCP]: Add Support for Data 1 .. 3 fields of Reset packets
Gerrit Renker
1
-1
/
+13
2007-10-10
[DCCP]: Add FIXME for send_delayed_ack
Gerrit Renker
2
-1
/
+1
2007-10-10
[CCID3]: Move NULL-protection into function
Gerrit Renker
2
-31
/
+24
2007-10-10
[DCCP]: Send Reset upon Sync in state REQUEST
Gerrit Renker
1
-5
/
+3
2007-10-10
[BLUETOOTH]: Make hidp_setup_input() return int
WANG Cong
1
-4
/
+7
2007-10-10
[TCP] MIB: Count FRTO's successfully detected spurious RTOs
Ilpo Järvinen
2
-0
/
+2
2007-10-10
[TCP]: Reordered ACK's (old) SACKs not included to discarded MIB
Ilpo Järvinen
1
-1
/
+6
2007-10-10
[TCP]: Re-place highest_sack check to a more robust position
Ilpo Järvinen
1
-4
/
+4
2007-10-10
[DCCP]: Parameter renaming
Gerrit Renker
1
-4
/
+6
2007-10-10
[DCCP]: Fix Reset/Sync-Flood Bug
Gerrit Renker
1
-3
/
+11
2007-10-10
[DCCP]: Shorten variable names in dccp_check_seqno
Gerrit Renker
1
-23
/
+17
2007-10-10
[DCCP]: Simplify interface of dccp_sample_rtt
Gerrit Renker
3
-34
/
+19
2007-10-10
[DCCP]: Provide 10s of microsecond timesource
Gerrit Renker
4
-1
/
+26
2007-10-10
[DCCP]: Reuse ktime_get_real() calls again
Gerrit Renker
1
-23
/
+16
2007-10-10
[MAC80211]: rename ieee80211_cfg.h to cfg.h
Michael Wu
3
-5
/
+5
2007-10-10
[MAC80211]: kill vlan_id
Johannes Berg
2
-3
/
+0
2007-10-10
[MAC80211]: kill IE parse typedef
Johannes Berg
1
-4
/
+3
2007-10-10
[MAC80211]: rename ieee80211_cfg.c to cfg.c
Johannes Berg
2
-1
/
+1
2007-10-10
[MAC80211]: print out wiphy name instead of master device
Johannes Berg
6
-17
/
+19
2007-10-10
[MAC80211]: fix warnings introduced by the doc patches
Johannes Berg
1
-0
/
+6
2007-10-10
[MAC80211]: remove key threshold stuff
Johannes Berg
8
-68
/
+3
2007-10-10
[MAC80211]: allow drivers to indicate failed FCS/PLCP checksum
Johannes Berg
1
-3
/
+29
2007-10-10
[MAC80211]: Add support for setting TX power and radio status
Michael Buesch
2
-2
/
+39
2007-10-10
[IEEE80211]: Fix softmac lockdep reports.
Johannes Berg
6
-17
/
+23
2007-10-10
[NET_SCHED]: explict hold dev tx lock
Jamal Hadi Salim
1
-17
/
+2
2007-10-10
[NET]: Dynamically allocate the loopback device, part 1.
Daniel Lezcano
14
-50
/
+50
2007-10-10
[NL80211]: add netlink interface to cfg80211
Johannes Berg
7
-2
/
+653
2007-10-10
[TCP]: Avoid clearing sacktag hint in trivial situations
Ilpo Järvinen
2
-10
/
+16
2007-10-10
[TCP]: Enable SACK enhanced FRTO (RFC4138) by default
Ilpo Järvinen
1
-1
/
+1
2007-10-10
[TCP] FRTO: Improve interoperability with other undo_marker users
Ilpo Järvinen
1
-15
/
+27
2007-10-10
[TCP]: Cleanup tcp_tso_acked and tcp_clean_rtx_queue
Ilpo Järvinen
1
-36
/
+30
2007-10-10
[TCP]: Move accounting from tso_acked to clean_rtx_queue
Ilpo Järvinen
1
-46
/
+35
2007-10-10
[TCP]: clear_all_retrans_hints prefixed by tcp_
Ilpo Järvinen
2
-8
/
+8
2007-10-10
[TCP]: Make fackets_out accurate
Ilpo Järvinen
2
-25
/
+29
2007-10-10
[TCP]: Maintain highest_sack accurately to the highest skb
Ilpo Järvinen
1
-0
/
+7
2007-10-10
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
31
-321
/
+381
2007-10-10
[TCP]: Return useful listenq info in tcp_info and INET_DIAG_INFO.
Rick Jones
2
-5
/
+12
[next]