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
2008-06-26
rfkill: handle SW_RFKILL_ALL events
Henrique de Moraes Holschuh
1
-2
/
+43
2008-06-26
rfkill: fix minor typo in kernel doc
Henrique de Moraes Holschuh
1
-1
/
+1
2008-06-25
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/wireless-2.6
John W. Linville
6
-270
/
+443
2008-06-20
sctp: Kill unused variable in sctp_assoc_bh_rcv()
Vlad Yasevich
1
-1
/
+0
2008-06-19
net: Discard and warn about LRO'd skbs received for forwarding
Ben Hutchings
4
-1
/
+15
2008-06-19
net: Disable LRO on devices that are forwarding
Ben Hutchings
4
-5
/
+47
2008-06-19
sctp: Follow security requirement of responding with 1 packet
Vlad Yasevich
5
-32
/
+53
2008-06-19
sctp: Validate Initiate Tag when handling ICMP message
Wei Yongjun
1
-2
/
+25
2008-06-19
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
7
-30
/
+102
2008-06-18
mac80211: detect driver tx bugs
Johannes Berg
1
-1
/
+8
2008-06-18
netlink: genl: fix circular locking
Patrick McHardy
1
-9
/
+6
2008-06-18
netdevice: Fix promiscuity and allmulti overflow
Wang Chen
1
-10
/
+45
2008-06-18
Revert "mac80211: Use skb_header_cloned() on TX path."
David S. Miller
1
-2
/
+2
2008-06-18
ipv6: minor cleanup in net/ipv6/tcp_ipv6.c [RESEND ].
Rami Rosen
1
-2
/
+0
2008-06-17
net: Add sk_set_socket() helper.
David S. Miller
1
-2
/
+2
2008-06-17
af_unix: fix 'poll for write'/ connected DGRAM sockets
Rainer Weikusat
1
-9
/
+70
2008-06-17
Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...
David S. Miller
2
-0
/
+19
2008-06-17
ax25: Fix std timer socket destroy handling.
David S. Miller
1
-5
/
+3
2008-06-17
udp: sk_drops handling
Eric Dumazet
4
-10
/
+16
2008-06-18
bonding: Allow setting max_bonds to zero
Jay Vosburgh
1
-0
/
+13
2008-06-17
net/core: add NETDEV_BONDING_FAILOVER event
Or Gerlitz
1
-0
/
+6
2008-06-17
rose: improving AX25 routing frames via ROSE network
Bernard Pidoux
2
-13
/
+20
2008-06-17
xfrm: fix fragmentation for ipv4 xfrm tunnel
Steffen Klassert
1
-1
/
+1
2008-06-17
atm: use const where reasonable
Mitchell Blank Jr
6
-51
/
+50
2008-06-17
bridge: fix IPV6=n build
Randy Dunlap
3
-2
/
+4
2008-06-17
bridge: make bridge address settings sticky
Stephen Hemminger
3
-0
/
+7
2008-06-17
bridge: handle process all link-local frames
Stephen Hemminger
1
-8
/
+5
2008-06-17
sctp: fix error path in sctp_proc_init
Pavel Emelyanov
1
-1
/
+1
2008-06-17
netfilter: nf_conntrack_h323: fix module unload crash
Patrick McHardy
1
-7
/
+14
2008-06-17
netfilter: nf_conntrack_h323: fix memory leak in module initialization error ...
Patrick McHardy
1
-0
/
+1
2008-06-17
netfilter: nf_nat: fix RCU races
Patrick McHardy
2
-3
/
+9
2008-06-17
netrom: Kill spurious NULL'ing of sk->sk_socket.
David S. Miller
1
-2
/
+0
2008-06-17
x25: Use sock_orphan() instead of open-coded (and buggy) variant.
David S. Miller
1
-2
/
+1
2008-06-17
econet: Use sock_orphan() instead of open-coded (and buggy) variant.
David S. Miller
1
-3
/
+1
2008-06-17
x25: Use sock_graft() and remove bogus sk_socket and sk_sleep init.
David S. Miller
1
-5
/
+1
2008-06-17
rose: Use sock_graft() and remove bogus sk_socket and sk_sleep init.
David S. Miller
1
-5
/
+1
2008-06-17
netrom: Use sock_graft() and remove bogus sk_socket and sk_sleep init.
David S. Miller
1
-5
/
+1
2008-06-17
ax25: Use sock_graft() and remove bogus sk_socket and sk_sleep init.
David S. Miller
1
-5
/
+1
2008-06-17
llc: Use sock_graft() instead of by-hand version.
David S. Miller
1
-3
/
+1
2008-06-17
decnet: Remove SOCK_SLEEP_{PRE,POST} usage.
David S. Miller
1
-15
/
+15
2008-06-16
wext: Emit event stream entries correctly when compat.
David S. Miller
4
-50
/
+71
2008-06-16
wext: Create IW_REQUEST_FLAG_COMPAT and set it as needed.
David S. Miller
1
-40
/
+33
2008-06-16
wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.c
David S. Miller
2
-0
/
+114
2008-06-16
wext: Pull top-level ioctl dispatch logic into helper function.
David S. Miller
1
-6
/
+20
2008-06-16
wext: Pass iwreq pointer down into standard/private handlers.
David S. Miller
1
-9
/
+8
2008-06-16
wext: Parameterize the standard/private handlers.
David S. Miller
1
-8
/
+16
2008-06-16
wext: Pull ioctl permission checking out into helper function.
David S. Miller
1
-7
/
+15
2008-06-16
wext: Extract private call iw_point handling into seperate functions.
David S. Miller
1
-67
/
+74
2008-06-16
wext: Extract standard call iw_point handling into seperate function.
David S. Miller
1
-124
/
+134
2008-06-16
wext: Make adjust_priv_size() take a "struct iw_point *".
David S. Miller
1
-3
/
+3
[next]