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
2009-01-04
ipv6: Fix sporadic sendmsg -EINVAL when sending to multicast groups.
David S. Miller
1
-5
/
+47
2008-12-29
net: Fix percpu counters deadlock
Herbert Xu
6
-8
/
+21
2008-12-29
cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: net
Rusty Russell
4
-8
/
+8
2008-12-29
cls_cgroup: clean up Kconfig
Li Zefan
1
-3
/
+0
2008-12-29
cls_cgroup: clean up for cgroup part
Li Zefan
1
-9
/
+14
2008-12-29
cls_cgroup: fix an oops when removing a cgroup
Li Zefan
1
-1
/
+1
2008-12-29
IPVS: Make "no destination available" message more consistent between schedulers
Simon Horman
9
-10
/
+24
2008-12-29
netns: foreach_netdev_safe is insufficient in default_device_exit
Eric W. Biederman
1
-3
/
+5
2008-12-29
net: make xfrm_statistics_seq_show use generic snmp_fold_field
Rusty Russell
1
-15
/
+2
2008-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
430
-12217
/
+14763
2008-12-28
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
Linus Torvalds
2
-42
/
+138
2008-12-26
gro: Fix potential use after free
Herbert Xu
1
-1
/
+4
2008-12-26
net: Init NAPI dev_list on napi_del
Peter P Waskiewicz Jr
1
-1
/
+1
2008-12-26
ipsec: Remove useless ret variable
Herbert Xu
1
-3
/
+1
2008-12-25
net/appletalk: Remove redundant test
Julia Lawall
1
-3
/
+0
2008-12-25
tcp: Always set urgent pointer if it's beyond snd_nxt
Herbert Xu
1
-4
/
+8
2008-12-25
sctp: Add validity check for SCTP_PARTIAL_DELIVERY_POINT socket option
Wei Yongjun
1
-3
/
+16
2008-12-25
sctp: Avoid memory overflow while FWD-TSN chunk is received with bad stream ID
Wei Yongjun
1
-0
/
+14
2008-12-25
sctp: Implement socket option SCTP_GET_ASSOC_NUMBER
Wei Yongjun
1
-0
/
+35
2008-12-25
sctp: Fix a typo in socket.c
Wei Yongjun
1
-4
/
+4
2008-12-25
sctp: Bring SCTP_MAXSEG socket option into ietf API extension compliance
Wei Yongjun
1
-23
/
+107
2008-12-25
vlan: fix convertion to net_device_ops
Eric Dumazet
1
-2
/
+20
2008-12-25
netns: igmp: make /proc/net/{igmp,mcfilter} per netns
Alexey Dobriyan
1
-9
/
+40
2008-12-25
netns: igmp: allow IPPROTO_IGMP sockets in netns
Alexey Dobriyan
1
-0
/
+1
2008-12-25
[S390] convert iucv printks to dev_xxx and pr_xxx macros.
Ursula Braun
2
-6
/
+22
2008-12-25
[S390] iucv: Locking free version of iucv_message_(receive|send)
Hendrik Brueckner
1
-36
/
+116
2008-12-25
Merge branch 'next' into for-linus
James Morris
17
-46
/
+56
2008-12-23
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-2
/
+1
2008-12-22
pkt_sched: Remove smp_wmb() in qdisc_watchdog()
Jarek Poplawski
2
-2
/
+0
2008-12-22
net: Fix oops in dev_ifsioc()
Jarek Poplawski
1
-1
/
+3
2008-12-21
pkt_sched: Annotate uninitialized var in sfq_enqueue()
Jarek Poplawski
1
-1
/
+1
2008-12-21
net: add DCNA attribute to the BCN interface for DCB
Don Skidmore
1
-2
/
+4
2008-12-21
net: fix DCB setstate to return success/failure
Don Skidmore
1
-3
/
+2
2008-12-19
mac80211: implement dynamic power save
Kalle Valo
5
-12
/
+97
2008-12-19
mac80211: track master queue status
Kalle Valo
3
-7
/
+93
2008-12-19
mac80211: enable IEEE80211_CONF_PS only when associated
Kalle Valo
3
-8
/
+40
2008-12-19
mac80211: Print unknown packet type in tasklet_handler
Larry Finger
1
-1
/
+2
2008-12-19
mac80211: fix a typo in ieee80211_send_assoc() method.
Rami Rosen
1
-1
/
+1
2008-12-19
mac80211: Remove radiotap rate-present flag for HT
Jouni Malinen
1
-2
/
+3
2008-12-19
mac80211: Send Layer 2 Update frame on reassociation
Jouni Malinen
1
-2
/
+11
2008-12-19
mac80211: Add HT rates into RX status reporting
Jouni Malinen
2
-11
/
+52
2008-12-19
mac80211: Fix HT channel selection
Sujith
7
-46
/
+52
2008-12-19
nl80211: Add signal strength and bandwith to nl80211station info
Henning Rogge
2
-2
/
+81
2008-12-18
tcp: Stop scaring users with "treason uncloaked!"
Matt Mackall
1
-2
/
+2
2008-12-18
Revert "xfrm: Accept ESP packets regardless of UDP encapsulation mode"
David S. Miller
1
-0
/
+5
2008-12-18
net: Fix module refcount leak in kernel_accept()
Wei Yongjun
2
-2
/
+1
2008-12-17
Revert "net: release skb->dst in sock_queue_rcv_skb()"
David S. Miller
1
-5
/
+1
2008-12-17
dccp_diag: LISTEN sockets don't have CCIDs
Arnaldo Carvalho de Melo
1
-2
/
+5
2008-12-17
Phonet: get rid of deferred work on the transmission path
Rémi Denis-Courmont
1
-63
/
+28
2008-12-17
Phonet: use atomic for packet TX window
Rémi Denis-Courmont
2
-18
/
+22
[next]