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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-08
netfilter: netns nf_conntrack: per-netns conntrack accounting
Alexey Dobriyan
2
-5
/
+7
2008-10-08
netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_log_inval...
Alexey Dobriyan
2
-8
/
+8
2008-10-08
netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_checksum ...
Alexey Dobriyan
2
-1
/
+1
2008-10-08
netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_count sysctl
Alexey Dobriyan
1
-0
/
+4
2008-10-08
netfilter: netns nf_conntrack: per-netns statistics
Alexey Dobriyan
2
-4
/
+5
2008-10-08
netfilter: netns nf_conntrack: per-netns event cache
Alexey Dobriyan
2
-6
/
+21
2008-10-08
netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() n...
Alexey Dobriyan
1
-3
/
+1
2008-10-08
netfilter: netns nf_conntrack: pass netns pointer to L4 protocol's ->error hook
Alexey Dobriyan
1
-1
/
+1
2008-10-08
netfilter: netns nf_conntrack: pass netns pointer to nf_conntrack_in()
Alexey Dobriyan
1
-1
/
+2
2008-10-08
netfilter: netns nf_conntrack: per-netns unconfirmed list
Alexey Dobriyan
2
-1
/
+2
2008-10-08
netfilter: netns nf_conntrack: per-netns expectations
Alexey Dobriyan
2
-6
/
+17
2008-10-08
netfilter: netns nf_conntrack: per-netns conntrack hash
Alexey Dobriyan
3
-5
/
+6
2008-10-08
netfilter: netns nf_conntrack: per-netns conntrack count
Alexey Dobriyan
2
-1
/
+3
2008-10-08
netfilter: netns nf_conntrack: add ->ct_net -- pointer from conntrack to netns
Alexey Dobriyan
1
-2
/
+16
2008-10-08
netfilter: netns nf_conntrack: add netns boilerplate
Alexey Dobriyan
3
-2
/
+14
2008-10-08
netfilter: netns: remove nf_*_net() wrappers
Alexey Dobriyan
1
-53
/
+0
2008-10-08
netfilter: Introduce NFPROTO_* constants
Jan Engelhardt
1
-2
/
+12
2008-10-08
netfilter: rename ipt_recent to xt_recent
Jan Engelhardt
3
-17
/
+38
2008-10-08
netfilter: Use unsigned types for hooknum and pf vars
Jan Engelhardt
7
-39
/
+41
2008-10-07
netns: make uplitev6 mib per/namespace
Denis V. Lunev
2
-7
/
+5
2008-10-07
netns: make udpv6 mib per/namespace
Denis V. Lunev
2
-6
/
+7
2008-10-07
netns: move /proc/net/dev_snmp6 to struct net
Denis V. Lunev
1
-0
/
+4
2008-10-07
tcp: kill pointless urg_mode
Ilpo Järvinen
1
-5
/
+4
2008-10-07
net: packet split receive api
Peter Zijlstra
1
-0
/
+23
2008-10-07
net: wrap sk->sk_backlog_rcv()
Peter Zijlstra
2
-1
/
+6
2008-10-07
inet: Don't lookup the socket if there's a socket attached to the skb
KOVACS Krisztian
3
-7
/
+27
2008-10-07
inet_hashtables: Add inet_lookup_skb helpers
Arnaldo Carvalho de Melo
2
-0
/
+25
2008-10-06
pkt_sched: Fix handling of gso skbs on requeuing
Jarek Poplawski
1
-0
/
+1
2008-10-05
xfrm: MIGRATE enhancements (draft-ebalard-mext-pfkey-enhanced-migrate)
Arnaud Ebalard
3
-4
/
+34
2008-10-05
Phonet: implement GPRS virtual interface over PEP socket
Rémi Denis-Courmont
4
-0
/
+48
2008-10-05
Phonet: receive pipe control requests as out-of-band data
Rémi Denis-Courmont
1
-0
/
+2
2008-10-05
Phonet: Pipe End Point for Phonet Pipes protocol
Rémi Denis-Courmont
2
-1
/
+117
2008-10-05
Phonet: connected sockets glue
Rémi Denis-Courmont
1
-0
/
+43
2008-10-01
sctp: try harder to figure out address family when checking wildcards
Vlad Yasevich
1
-1
/
+1
2008-10-01
sctp: reduce memory footprint of sctp_chunk structure
Neil Horman
1
-14
/
+17
2008-10-01
udp: Export UDP socket lookup function
KOVACS Krisztian
1
-0
/
+4
2008-10-01
tcp: Port redirection support for TCP
KOVACS Krisztian
2
-1
/
+2
2008-10-01
ipv4: Make Netfilter's ip_route_me_harder() non-local address compatible
KOVACS Krisztian
1
-0
/
+6
2008-10-01
tcp: Handle TCP SYN+ACK/ACK/RST transparency
KOVACS Krisztian
2
-1
/
+10
2008-10-01
ipv4: Conditionally enable transparent flow flag when connecting
KOVACS Krisztian
1
-1
/
+5
2008-10-01
ipv4: Make inet_sock.h independent of route.h
KOVACS Krisztian
3
-7
/
+6
2008-10-01
ipv4: Implement IP_TRANSPARENT socket option
KOVACS Krisztian
3
-2
/
+5
2008-10-01
ipv4: Loosen source address check on IPv4 output
Julian Anastasov
1
-0
/
+2
2008-10-01
ipsec: Put dumpers on the dump list
Herbert Xu
2
-43
/
+29
2008-10-01
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
22
-80
/
+209
2008-10-01
ipv6: almost identical frag hashing funcs combined
Ilpo Järvinen
1
-0
/
+2
2008-10-01
net: add skb_recycle_check() to enable netdriver skb recycling
Lennert Buytenhek
1
-0
/
+2
2008-10-01
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-4
/
+0
2008-10-01
phonet: Protect if_phonet.h against multiple inclusions.
Remi Denis-Courmont
1
-5
/
+6
2008-09-30
ieee80211.h: remove superfluous ETH_P_PAE definition
John W. Linville
1
-4
/
+0
[next]