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-08-20
tipc: remove pointless name sanity check and tipc_alphabet array
Ying Xue
4
-12
/
+3
2012-08-20
tipc: fix lockdep warning during bearer initialization
Ying Xue
1
-1
/
+15
2012-08-20
tipc: optimize the initialization of network device notifier
Ying Xue
1
-3
/
+10
2012-08-20
packet: Report fanout status via diag engine
Pavel Emelyanov
3
-21
/
+42
2012-08-20
packet: Report rings cfg via diag engine
Pavel Emelyanov
1
-1
/
+47
2012-08-20
gre: information leak in ip6_tnl_ioctl()
Dan Carpenter
1
-0
/
+2
2012-08-16
xfrm: Use rcu_dereference_bh to deference pointer protected by rcu_read_lock_bh
Fan Du
1
-2
/
+2
2012-08-16
sctp: fix bogus if statement in sctp_auth_recv_cid()
Dan Carpenter
1
-1
/
+1
2012-08-16
sctp: fix compile issue with disabled CONFIG_NET_NS
Ulrich Weber
1
-6
/
+3
2012-08-15
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
16
-129
/
+392
2012-08-15
net: remove wrong initialization for snd_wl1
Razvan Ghitulete
1
-2
/
+1
2012-08-15
xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquire
Fan Du
3
-8
/
+7
2012-08-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
16
-129
/
+392
2012-08-14
sctp: Make sysctl tunables per net
Eric W. Biederman
12
-228
/
+265
2012-08-14
sctp: Push struct net down into sctp_verify_ext_param
Eric W. Biederman
2
-8
/
+9
2012-08-14
sctp: Push struct net down into all of the state machine functions
Eric W. Biederman
2
-282
/
+339
2012-08-14
sctp: Push struct net down into sctp_in_scope
Eric W. Biederman
3
-4
/
+5
2012-08-14
sctp: Push struct net down into sctp_transport_init
Eric W. Biederman
3
-5
/
+8
2012-08-14
sctp: Push struct net down to sctp_chunk_event_lookup
Eric W. Biederman
7
-28
/
+51
2012-08-14
sctp: Add infrastructure for per net sysctls
Eric W. Biederman
2
-0
/
+28
2012-08-14
sctp: Make the mib per network namespace
Eric W. Biederman
11
-114
/
+151
2012-08-14
sctp: Enable sctp in all network namespaces
Eric W. Biederman
2
-9
/
+11
2012-08-14
sctp: Make the proc files per network namespace.
Eric W. Biederman
3
-73
/
+81
2012-08-14
sctp: Move the percpu sockets counter out of sctp_proc_init
Eric W. Biederman
1
-6
/
+7
2012-08-14
sctp: Make the ctl_sock per network namespace
Eric W. Biederman
3
-44
/
+52
2012-08-14
sctp: Make the address lists per network namespace
Eric W. Biederman
5
-80
/
+104
2012-08-14
sctp: Make the association hashtable handle multiple network namespaces
Eric W. Biederman
4
-28
/
+49
2012-08-14
sctp: Make the endpoint hashtable handle multiple network namespaces
Eric W. Biederman
2
-8
/
+15
2012-08-14
sctp: Make the port hash table use struct net in it's key.
Eric W. Biederman
1
-9
/
+13
2012-08-14
packet: Report socket mclist info via diag module
Pavel Emelyanov
1
-0
/
+39
2012-08-14
packet: Report more packet sk info via diag module
Pavel Emelyanov
1
-0
/
+33
2012-08-14
packet: Diag core and basic socket info dumping
Pavel Emelyanov
3
-0
/
+114
2012-08-14
packet: Introduce net/packet/internal.h header
Pavel Emelyanov
2
-97
/
+105
2012-08-14
net: ipv4: fib_trie: Don't unnecessarily search for already found fib leaf
Igor Maravic
1
-4
/
+6
2012-08-14
Replace rwlock on xfrm_policy_afinfo with rcu
Priyanka Jain
1
-18
/
+21
2012-08-14
gre: Support GRE over IPv6
xeb@mail.ru
4
-24
/
+1872
2012-08-14
net: remove netdev_bonding_change()
Amerigo Wang
1
-6
/
+0
2012-08-14
net: move and rename netif_notify_peers()
Amerigo Wang
2
-18
/
+18
2012-08-13
mac80211: fix unnecessary beacon update after peering status change
Marco Porsch
3
-34
/
+33
2012-08-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...
John W. Linville
13
-95
/
+359
2012-08-09
net: Loopback ifindex is constant now
Pavel Emelyanov
6
-10
/
+10
2012-08-09
net: Make ifindex generation per-net namespace
Pavel Emelyanov
1
-2
/
+2
2012-08-09
net: Allow to create links with given ifindex
Pavel Emelyanov
2
-6
/
+13
2012-08-09
time: jiffies_delta_to_clock_t() helper to the rescue
Eric Dumazet
6
-19
/
+16
2012-08-07
fib: use __fls() on non null argument
Eric Dumazet
1
-1
/
+2
2012-08-06
tcp: ecn: dont delay ACKS after CE
Eric Dumazet
1
-1
/
+5
2012-08-06
net: tcp: GRO should be ECN friendly
Eric Dumazet
1
-2
/
+2
2012-08-06
Bluetooth: Refactor in hci_le_conn_complete_evt
Andre Guedes
1
-13
/
+9
2012-08-06
Bluetooth: Lookup hci_conn in hci_le_conn_complete_evt
Andre Guedes
1
-2
/
+2
2012-08-06
Bluetooth: Find hci_conn by BT_CONNECT state
Andre Guedes
1
-8
/
+3
[next]