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
2010-02-03
netfilter: add struct net * to target parameters
Patrick McHardy
3
-10
/
+16
2010-02-03
netfilter: ctnetlink: only assign helpers for matching protocols
Patrick McHardy
2
-15
/
+16
2010-02-03
netfilter: xt_hashlimit: fix race condition and simplify locking
Patrick McHardy
1
-34
/
+18
2010-02-02
netfilter: xt_TCPMSS: SYN packets are allowed to contain data
Simon Arlott
1
-10
/
+8
2010-01-22
netfiltr: ipt_CLUSTERIP: simplify seq_file codeA
Alexey Dobriyan
1
-9
/
+5
2010-01-20
IPv6: reassembly: replace magic number with macro definitions
Shan Wei
2
-4
/
+4
2010-01-20
netfilter: nf_conntrack_ipv6: delete the redundant macro definitions
Shan Wei
1
-3
/
+0
2010-01-18
netfilter: nfnetlink_queue: simplify warning message
Eric Leblond
1
-2
/
+2
2010-01-18
netfilter: xt_hashlimit: netns support
Alexey Dobriyan
1
-43
/
+98
2010-01-18
netfilter: xt_recent: netns support
Alexey Dobriyan
1
-41
/
+95
2010-01-18
netfilter: xtables: add struct xt_mtdtor_param::net
Alexey Dobriyan
15
-50
/
+55
2010-01-18
netfilter: xtables: add struct xt_mtchk_param::net
Alexey Dobriyan
3
-21
/
+31
2010-01-18
netfilter: xt_hashlimit: simplify seqfile code
Alexey Dobriyan
1
-9
/
+5
2010-01-18
netfilter: xt_connlimit: netns support
Alexey Dobriyan
1
-3
/
+5
2010-01-13
netfilter: ctnetlink: netns support
Alexey Dobriyan
1
-26
/
+39
2010-01-13
netfilter: nfnetlink: netns support
Alexey Dobriyan
4
-31
/
+52
2010-01-11
netfilter: xt_osf: change %pi4 to %pI4
Joe Perches
1
-2
/
+2
2010-01-11
ipvs: use standardized format in sprintf
Joe Perches
1
-1
/
+1
2010-01-11
netfilter: nf_nat_ftp: remove (*mangle[]) array and functions, use %pI4
Joe Perches
1
-70
/
+35
2010-01-05
IPVS: Allow boot time change of hash size
Catalin(ux) M. BOIE
3
-15
/
+39
2010-01-04
netfilter: xtables: obtain random bytes earlier, in checkentry
Jan Engelhardt
2
-23
/
+14
2010-01-04
netfilter: xtables: do not grab random bytes at __init
Jan Engelhardt
2
-2
/
+11
2010-01-04
netfilter: xt_recent: save 8 bytes per htable
Jan Engelhardt
1
-4
/
+4
2010-01-04
netfilter: SNMP NAT: correct the size argument to kzalloc
Julia Lawall
1
-20
/
+11
2010-01-03
tipc: use kconfig to limit numeric ranges
Amerigo Wang
2
-7
/
+11
2010-01-03
can: Speed up CAN frame receiption by using ml_priv
Oliver Hartkopp
3
-119
/
+96
2010-01-03
bonding: allow arp_ip_targets on separate vlans to use arp validation
Andy Gospodarek
2
-3
/
+19
2009-12-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
29
-1300
/
+2295
2009-12-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
John W. Linville
5
-5
/
+41
2009-12-28
mac80211: annotate sleeping driver ops
Kalle Valo
1
-4
/
+56
2009-12-28
mac80211: remove requeue from work
Johannes Berg
1
-18
/
+0
2009-12-28
mac80211: remove struct ieee80211_if_init_conf
Johannes Berg
4
-29
/
+12
2009-12-28
mac80211/cfg80211: add station events
Johannes Berg
4
-1
/
+39
2009-12-28
mac80211: make off-channel work generic
Johannes Berg
3
-68
/
+88
2009-12-28
mac80211: support remain-on-channel command
Johannes Berg
6
-6
/
+181
2009-12-28
cfg80211: add remain-on-channel command
Jouni Malinen
5
-15
/
+285
2009-12-28
mac80211: Generalize off-channel operation helpers from scan code
Jouni Malinen
4
-152
/
+178
2009-12-28
mac80211: proper bss private data handling
Johannes Berg
7
-72
/
+82
2009-12-28
mac80211: split up and insert custom IEs correctly
Johannes Berg
3
-27
/
+154
2009-12-28
mac80211: refactor association
Johannes Berg
2
-109
/
+137
2009-12-28
mac80211: rewrite a few work messages
Johannes Berg
1
-10
/
+10
2009-12-28
mac80211: generalise work handling
Johannes Berg
9
-835
/
+1112
2009-12-28
mac80211: generalise management work a bit
Johannes Berg
2
-107
/
+172
2009-12-28
mac80211: let cfg80211 manage auth state
Johannes Berg
2
-103
/
+73
2009-12-28
mac80211: introduce flush operation
Johannes Berg
4
-2
/
+41
2009-12-28
mac80211: add ieee80211_sdata_running
Johannes Berg
15
-37
/
+40
2009-12-28
wireless: remove CONFIG_WIRELESS_OLD_REGULATORY
John W. Linville
3
-108
/
+2
2009-12-28
mac80211: fix propagation of failed hardware reconfigurations
Luis R. Rodriguez
1
-0
/
+12
2009-12-28
mac80211: fix race with suspend and dynamic_ps_disable_work
Luis R. Rodriguez
1
-0
/
+4
2009-12-28
cfg80211: fix error path in cfg80211_wext_siwscan
Johannes Berg
1
-4
/
+9
[next]