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
2013-04-17
tipc: add InfiniBand media type
Patrick McHardy
6
-3
/
+416
2013-04-17
tipc: set skb->protocol in eth_media packet transmission
Patrick McHardy
1
-0
/
+1
2013-04-17
tipc: move bcast_addr from struct tipc_media to struct tipc_bearer
Patrick McHardy
5
-16
/
+18
2013-04-17
tipc: remove unused str2addr media callback
Patrick McHardy
2
-22
/
+0
2013-04-17
net: sctp: sctp_ulpq: remove 'malloced' struct member
Daniel Borkmann
1
-3
/
+0
2013-04-17
net: sctp: sctp_bind_addr: remove dead code
Daniel Borkmann
1
-7
/
+0
2013-04-17
net: sctp: sctp_transport: remove unused variable
Daniel Borkmann
1
-1
/
+0
2013-04-17
net: sctp: outqueue: simplify sctp_outq_uncork function
Daniel Borkmann
1
-3
/
+2
2013-04-17
net: sctp: sctp_outq: remove 'malloced' from its struct
Daniel Borkmann
1
-6
/
+0
2013-04-17
net: sctp: sctp_inq: remove dead code
Daniel Borkmann
1
-7
/
+0
2013-04-17
net: sctp: sctp_ssnmap: remove 'malloced' element from struct
Daniel Borkmann
1
-11
/
+12
2013-04-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...
David S. Miller
9
-264
/
+391
2013-04-16
packet: minor: add generic tpacket_uhdr to access packet headers
Daniel Borkmann
1
-27
/
+12
2013-04-16
sctp: Add buffer utilization fields to /proc/net/sctp/assocs
Dilip Daya
1
-3
/
+9
2013-04-16
neighbour: Convert NEIGH_PRINTK to neigh_dbg
Joe Perches
1
-29
/
+20
2013-04-15
openvswitch: Use generic struct pcpu_tstats.
Pravin B Shelar
2
-20
/
+13
2013-04-15
openvswitch: Simplify datapath locking.
Pravin B Shelar
7
-167
/
+298
2013-04-15
net: add dev_uc_sync_multiple() and dev_mc_sync_multiple() api
Vlad Yasevich
1
-42
/
+168
2013-04-15
net: sctp: minor: make sctp_ep_common's member 'dead' a bool
Daniel Borkmann
2
-4
/
+4
2013-04-15
net: sctp: remove sctp_ep_common struct member 'malloced'
Daniel Borkmann
2
-13
/
+5
2013-04-14
net: tcp_memcontrol: minor: remove unused variable
Daniel Borkmann
1
-1
/
+0
2013-04-14
net: sock: make sock_tx_timestamp void
Daniel Borkmann
6
-22
/
+14
2013-04-13
tcp: tcp_tso_segment() small optimization
Eric Dumazet
1
-2
/
+5
2013-04-12
tcp: GSO should be TSQ friendly
Eric Dumazet
2
-1
/
+13
2013-04-12
act_csum: fix possible use after free
Eric Dumazet
1
-14
/
+25
2013-04-12
Revert "netprio_cgroup: make local table static"
David S. Miller
1
-1
/
+1
2013-04-11
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
5
-6
/
+28
2013-04-10
netprio_cgroup: make local table static
stephen hemminger
1
-1
/
+1
2013-04-10
openvswitch: datapath.h: Fix a stale comment.
Andy Zhou
1
-1
/
+0
2013-04-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
39
-1192
/
+1592
2013-04-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
8
-24
/
+44
2013-04-09
netprio_cgroup: remove task_struct parameter from sock_update_netprio()
Zefan Li
2
-4
/
+4
2013-04-09
cls_cgroup: remove task_struct parameter from sock_update_classid()
Zefan Li
2
-4
/
+4
2013-04-09
tcp_memcontrol: remove a redundant statement in tcp_destroy_cgroup()
Zefan Li
1
-2
/
+0
2013-04-09
net: ipv6: only invalidate previously tokenized addresses
Daniel Borkmann
1
-2
/
+5
2013-04-09
net: ipv6: also allow token to be set when device not ready
Daniel Borkmann
1
-6
/
+16
2013-04-09
net: ipv6: minor: use in6addr_any in token init
Daniel Borkmann
1
-1
/
+1
2013-04-08
net: ipv6: add tokenized interface identifier support
Daniel Borkmann
1
-3
/
+84
2013-04-08
mac802154: Keep track of the channel when changed
Alan Ott
2
-1
/
+14
2013-04-08
TTY: ircomm, use GFP_KERNEL in ircomm_open()
Mathias Krause
1
-1
/
+1
2013-04-08
irda: use GFP_KERNEL in irda_connect_response()
Mathias Krause
1
-2
/
+1
2013-04-08
irda: use GFP_KERNEL in irda_create()
Mathias Krause
1
-1
/
+1
2013-04-08
ip_gre: fix a possible crash in parse_gre_header()
Eric Dumazet
1
-3
/
+5
2013-04-08
ieee802154/nl-mac.c: make some MLME operations optional
Werner Almesberger
1
-5
/
+20
2013-04-07
scm: Stop passing struct cred
Eric W. Biederman
2
-24
/
+8
2013-04-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
30
-36
/
+90
2013-04-07
decnet: remove duplicated include from dn_table.c
Wei Yongjun
1
-1
/
+0
2013-04-07
net_cls: remove duplicated include from cls_api.c
Wei Yongjun
1
-1
/
+0
2013-04-07
6lowpan: handle dev_queue_xmit() error code properly
Alan Ott
1
-2
/
+2
2013-04-07
mac802154: Increase tx_buffer_len
Alan Ott
1
-1
/
+1
[next]