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-06-20
batman-adv: Prefix ring_buffer non-static functions with batadv_
Sven Eckelmann
3
-11
/
+13
2012-06-20
batman-adv: Prefix originator non-static functions with batadv_
Sven Eckelmann
13
-131
/
+134
2012-06-20
batman-adv: Prefix icmp-socket non-static functions with batadv_
Sven Eckelmann
5
-11
/
+11
2012-06-20
batman-adv: Prefix hash non-static functions with batadv_
Sven Eckelmann
6
-16
/
+16
2012-06-20
batman-adv: Prefix hard-interface non-static functions with batadv_
Sven Eckelmann
6
-41
/
+43
2012-06-20
batman-adv: Prefix gateway-common non-static functions with batadv_
Sven Eckelmann
4
-12
/
+16
2012-06-20
batman-adv: Prefix gateway-client non-static functions with batadv_
Sven Eckelmann
10
-46
/
+51
2012-06-20
batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_
Sven Eckelmann
8
-58
/
+62
2012-06-20
batman-adv: Prefix bitarray non-static functions with batadv_
Sven Eckelmann
4
-11
/
+11
2012-06-20
batman-adv: Prefix bat_sysfs non-static functions with batadv_
Sven Eckelmann
5
-20
/
+21
2012-06-20
batman-adv: Prefix bat_debugfs non-static functions with batadv_
Sven Eckelmann
5
-16
/
+17
2012-06-20
batman-adv: Prefix bat_algo non-static functions with batadv_
Sven Eckelmann
3
-3
/
+3
2012-06-19
ipv4: Early TCP socket demux.
David S. Miller
6
-22
/
+104
2012-06-19
inet: Sanitize inet{,6} protocol demux.
David S. Miller
8
-45
/
+31
2012-06-19
Merge branch 'master' of git://gitorious.org/linux-can/linux-can-next
David S. Miller
2
-31
/
+135
2012-06-19
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
27
-1451
/
+2555
2012-06-19
canfd: add support for CAN FD in CAN_RAW sockets
Oliver Hartkopp
1
-4
/
+46
2012-06-19
canfd: add support for CAN FD in PF_CAN core
Oliver Hartkopp
1
-27
/
+82
2012-06-19
canfd: add new data structures and constants
Oliver Hartkopp
1
-0
/
+7
2012-06-19
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
27
-1451
/
+2555
2012-06-18
Merge branch 'master' of git://1984.lsi.us.es/nf-next
David S. Miller
6
-67
/
+144
2012-06-19
netfilter: nfnetlink_queue: fix compilation with NF_CONNTRACK disabled
Pablo Neira Ayuso
5
-47
/
+121
2012-06-19
netfilter: fix compilation of the nfnl_cthelper if NF_CONNTRACK is unset
Pablo Neira Ayuso
2
-9
/
+13
2012-06-19
netfilter: nf_ct_helper: disable automatic helper re-assignment of different ...
Pablo Neira Ayuso
1
-1
/
+7
2012-06-19
netfilter: ctnetlink: fix NULL dereference while trying to change helper
Pablo Neira Ayuso
1
-10
/
+3
2012-06-18
batman-adv: only store changed gw_bandwidth values
Marek Lindner
1
-0
/
+3
2012-06-18
batman-adv: fix locking in hash_add()
Matthias Schiffer
1
-9
/
+6
2012-06-18
batman-adv: use DBG_ALL in log_level sysfs definition
Antonio Quartulli
1
-1
/
+1
2012-06-18
batman-adv: turn tt commit code into routing protocol agnostic API
Marek Lindner
5
-104
/
+118
2012-06-18
batman-adv: fix visualization output without neighbors on the primary interface
Matthias Schiffer
1
-7
/
+14
2012-06-18
batman-adv: don't bother flipping ->tt_crc
Al Viro
2
-9
/
+3
2012-06-18
batman-adv: don't bother flipping ->tt_data
Al Viro
3
-12
/
+10
2012-06-18
batman-adv: Return error codes instead of -1 on failures
Sven Eckelmann
10
-48
/
+58
2012-06-18
batman-adv: keep batman_ogm_packet ->seqno net-endian all along
Al Viro
2
-12
/
+12
2012-06-18
batman-adv: trivial endianness annotations
Al Viro
2
-9
/
+9
2012-06-18
batman-adv: get rid of pointless cast in memcpy()
Al Viro
1
-1
/
+1
2012-06-18
batman-adv: return added entries instead of number of possibly added entries
Marek Lindner
1
-1
/
+1
2012-06-18
batman-adv: ignore trailing CR when comparing protocol names
Marek Lindner
1
-3
/
+8
2012-06-18
batman-adv: avoid characters requiring shell escapes in protocol names
Marek Lindner
2
-2
/
+2
2012-06-18
batman-adv: Add get_ethtool_stats() support
Martin Hundebøll
7
-3
/
+138
2012-06-18
batman-adv: convert bat_priv->tt_crc from atomic_t to uint16_t
Antonio Quartulli
3
-4
/
+3
2012-06-18
batman-adv: Initialize lockdep class keys for hashes
Sven Eckelmann
3
-0
/
+26
2012-06-18
batman-adv: fix skb->data assignment
Antonio Quartulli
1
-0
/
+2
2012-06-18
batman-adv: update internal version number
Sven Eckelmann
1
-1
/
+1
2012-06-17
ipv4: Cap ADVMSS metric in the FIB rather than the routing cache.
David S. Miller
2
-3
/
+6
2012-06-16
Merge branch 'master' of git://1984.lsi.us.es/nf-next
David S. Miller
25
-144
/
+1116
2012-06-16
netfilter: add user-space connection tracking helper infrastructure
Pablo Neira Ayuso
6
-25
/
+768
2012-06-16
netfilter: ctnetlink: add CTA_HELP_INFO attribute
Pablo Neira Ayuso
1
-5
/
+18
2012-06-16
netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangled
Pablo Neira Ayuso
3
-8
/
+28
2012-06-16
netfilter: add glue code to integrate nfnetlink_queue and ctnetlink
Pablo Neira Ayuso
3
-1
/
+195
[next]