index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-19
tcp: reduce out_of_order memory use
Eric Dumazet
2
-1
/
+19
2012-03-19
tcp: introduce tcp_data_queue_ofo
Eric Dumazet
1
-99
/
+115
2012-03-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-31
/
+41
2012-03-17
netfilter: ctnetlink: fix race between delete and timeout expiration
Pablo Neira Ayuso
1
-11
/
+12
2012-03-16
arp: allow arp processing to honor per interface arp_accept sysctl
Neil Horman
1
-1
/
+1
2012-03-16
ipv6: Don't dev_hold(dev) in ip6_mc_find_dev_rcu.
RongQing.Li
1
-1
/
+0
2012-03-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
17
-431
/
+355
2012-03-16
sch_sfq: revert dont put new flow at the end of flows
Eric Dumazet
1
-1
/
+5
2012-03-16
ipv6: fix icmp6_dst_alloc()
Eric Dumazet
1
-1
/
+1
2012-03-15
mac80211: make uapsd_* keys per-vif
Eliad Peller
6
-102
/
+79
2012-03-15
mac80211: add NULL terminator to debugfs_netdev write buf
Eliad Peller
1
-8
/
+5
2012-03-15
mac80211: Don't sample max throughput rate in minstrel_ht
Helmut Schaa
1
-0
/
+7
2012-03-13
mac80211: Don't let regulatory make us deaf
Paul Stewart
4
-19
/
+51
2012-03-13
mac80211: rename bss_conf timestamp to last_tsf
Johannes Berg
2
-2
/
+2
2012-03-13
cfg80211: clarify timestamp in cfg80211_inform_bss
Johannes Berg
1
-4
/
+3
2012-03-13
mac80211: linearize SKBs as needed for crypto
Johannes Berg
3
-8
/
+31
2012-03-13
mac80211: move RX WEP weak IV counting
Johannes Berg
3
-12
/
+6
2012-03-12
net: ipv4: Standardize prefixes for message logging
Joe Perches
19
-48
/
+79
2012-03-12
mac80211: set basic rates earlier
Johannes Berg
1
-48
/
+49
2012-03-12
mac80211: refactor common auth/assoc setup code
Johannes Berg
1
-62
/
+59
2012-03-12
mac80211: remove spurious BSSID change flag
Johannes Berg
1
-3
/
+0
2012-03-12
mac80211: simplify wmm check during association
Johannes Berg
2
-6
/
+6
2012-03-12
mac80211: simplify HT checks
Johannes Berg
1
-31
/
+26
2012-03-12
mac80211: move misplaced comment
Johannes Berg
1
-7
/
+7
2012-03-12
mac80211: Disable MCS > 7 in minstrel_ht when STA uses static SMPS
Helmut Schaa
1
-0
/
+9
2012-03-12
mac80211: set channel back after disassociating
Johannes Berg
1
-7
/
+6
2012-03-12
mac80211: remove tx_sync
Johannes Berg
4
-120
/
+0
2012-03-12
mac80211: Limit TID buffering during BA session setup/teardown
Helmut Schaa
1
-0
/
+6
2012-03-12
cfg80211: Add background scan period attribute.
Bala Shanmugam
2
-0
/
+11
2012-03-11
net: Convert printks to pr_<level>
Joe Perches
25
-181
/
+163
2012-03-11
net: get rid of some pointless casts to sockaddr
Maciej Żenczykowski
3
-24
/
+16
2012-03-11
ipv6: Fix Smatch warning.
Li Wei
1
-1
/
+1
2012-03-11
tcp: fix syncookie regression
Eric Dumazet
2
-17
/
+23
2012-03-11
caif: make zero a legal caif connetion id.
sjur.brandeland@stericsson.com
1
-3
/
+6
2012-03-11
caif: Fix for a race in socket transmit with flow control.
Dmitry Tarnyagin
6
-24
/
+31
2012-03-11
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
14
-194
/
+145
2012-03-11
batman-adv: Remove spaces after a cast
Sven Eckelmann
2
-3
/
+3
2012-03-11
batman-adv: Use {} braces consistent on the arms of a statement
Sven Eckelmann
1
-1
/
+2
2012-03-11
batman-adv: Don't begin block comments with only a /* line
Sven Eckelmann
2
-13
/
+3
2012-03-11
batman-adv: Ignore 80-chars per line limits for strings
Sven Eckelmann
12
-177
/
+137
2012-03-09
ipv4: Make ip_rcv_options() return bool.
David S. Miller
1
-3
/
+3
2012-03-09
ipv4: Make ip_call_ra_chain() return bool.
David S. Miller
1
-4
/
+4
2012-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
12
-48
/
+164
2012-03-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
35
-492
/
+899
2012-03-08
sctp: Export sctp_do_peeloff
Benjamin Poirier
1
-15
/
+9
2012-03-08
route: Remove redirect_genid
Steffen Klassert
2
-10
/
+2
2012-03-08
inetpeer: Invalidate the inetpeer tree along with the routing cache
Steffen Klassert
2
-1
/
+80
2012-03-08
bridge: fix state reporting when port is disabled
Paulius Zaleckas
1
-2
/
+1
2012-03-08
bridge: br_log_state() s/entering/entered/
Paulius Zaleckas
1
-1
/
+1
2012-03-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...
David S. Miller
15
-1788
/
+3585
[next]