index
:
platform/kernel/linux-stable
linux-3.14.y
sandbox/rkrypa/tizen-netfilter-backport-3.10
sandbox/rkrypa/tizen-netfilter-backport-3.14
sandbox/rkrypa/tizen-netfilter-backport-3.4
sandbox/rkrypa/tizen-netfilter-backport-4.0
sandbox/rkrypa/tizen-security-backport-3.10
sandbox/rkrypa/tizen-security-backport-3.14
sandbox/rkrypa/tizen-security-backport-3.4
sandbox/rkrypa/tizen-security-backport-4.0
sandbox/rkrypa/tizen-security-backport-4.4
tizen
tizen_3.14.20
tizen_3.14.25
upstream
upstream_ltsi
Domain: System / Kernel;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-15
gro: fix aggregation for skb using frag_list
Eric Dumazet
1
-0
/
+3
2014-10-15
net: Always untag vlan-tagged traffic on input.
Vlad Yasevich
3
-2
/
+55
2014-10-15
rtnetlink: fix VF info size
Jiri Benc
1
-1
/
+2
2014-08-14
iovec: make sure the caller actually wants anything in memcpy_fromiovecend
Sasha Levin
1
-0
/
+4
2014-08-14
net: Correctly set segment mac_len in skb_segment().
Vlad Yasevich
1
-1
/
+1
2014-08-14
net: sendmsg: fix NULL pointer dereference
Andrey Ryabinin
1
-3
/
+3
2014-08-14
inetpeer: get rid of ip_id_count
Eric Dumazet
1
-25
/
+0
2014-07-28
net-gre-gro: Fix a bug that breaks the forwarding path
Jerry Chu
1
-0
/
+2
2014-07-28
net: Fix NETDEV_CHANGE notifier usage causing spurious arp flush
Loic Prylli
1
-1
/
+8
2014-07-28
ipv4: fix dst race in sk_dst_get()
Eric Dumazet
1
-5
/
+11
2014-07-28
net: fix UDP tunnel GSO of frag_list GRO packets
Wei-Chun Chao
1
-1
/
+2
2014-06-26
rtnetlink: fix userspace API breakage for iproute2 < v3.9.0
Michal Schmidt
1
-4
/
+18
2014-06-26
net: force a list_del() in unregister_netdevice_many()
Eric Dumazet
2
-2
/
+4
2014-06-26
net: Use netlink_ns_capable to verify the permisions of netlink messages
Eric W. Biederman
1
-9
/
+11
2014-06-26
net: Add variants of capable for use on on sockets
Eric W. Biederman
1
-0
/
+49
2014-06-26
net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dump
Eric W. Biederman
1
-2
/
+2
2014-05-31
net-gro: reset skb->truesize in napi_reuse_skb()
Eric Dumazet
1
-0
/
+1
2014-05-31
net: gro: make sure skb->cb[] initial content has not to be zero
Eric Dumazet
2
-2
/
+3
2014-05-31
rtnetlink: wait for unregistering devices in rtnl_link_unregister()
Cong Wang
3
-3
/
+34
2014-05-31
net: avoid dependency of net_get_random_once on nop patching
Hannes Frederic Sowa
1
-4
/
+4
2014-05-31
neigh: set nud_state to NUD_INCOMPLETE when probing router reachability
Duan Jiong
1
-2
/
+2
2014-05-31
rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is set
David Gibson
1
-6
/
+10
2014-05-31
rtnetlink: Warn when interface's information won't fit in our packet
David Gibson
1
-5
/
+12
2014-05-31
net: Fix ns_capable check in sock_diag_put_filterinfo
Andrew Lutomirski
1
-2
/
+2
2014-05-31
vlan: Fix lockdep warning with stacked vlan devices.
Vlad Yasevich
1
-1
/
+0
2014-05-31
net: Find the nesting level of a given device by type.
Vlad Yasevich
1
-0
/
+50
2014-05-31
vlan: Fix lockdep warning when vlan dev handle notification
dingtianhong
1
-0
/
+1
2014-05-31
net: Start with correct mac_len in skb_network_protocol
Vlad Yasevich
1
-1
/
+1
2014-05-31
filter: prevent nla extensions to peek beyond the end of the message
Mathias Krause
1
-1
/
+5
2014-05-31
net: core: don't account for udp header size when computing seglen
Florian Westphal
1
-5
/
+7
2014-03-28
net: Account for all vlan headers in skb_mac_gso_segment
Vlad Yasevich
2
-5
/
+11
2014-03-27
core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors
Zoltan Kiss
1
-7
/
+20
2014-03-24
netpoll: fix the skb check in pkt_is_ns
Li RongQing
1
-1
/
+1
2014-03-20
rtnetlink: fix fdb notification flags
Nicolas Dichtel
1
-4
/
+6
2014-03-11
tcp: tcp_release_cb() should release socket ownership
Eric Dumazet
1
-1
/
+4
2014-03-11
skbuff: skb_segment: orphan frags before copying
Michael S. Tsirkin
1
-0
/
+6
2014-03-11
skbuff: skb_segment: s/fskb/list_skb/
Michael S. Tsirkin
1
-13
/
+13
2014-03-11
skbuff: skb_segment: s/skb/head_skb/
Michael S. Tsirkin
1
-22
/
+24
2014-03-11
skbuff: skb_segment: s/skb_frag/frag/
Michael S. Tsirkin
1
-7
/
+7
2014-03-11
skbuff: skb_segment: s/frag/nskb_frag/
Michael S. Tsirkin
1
-9
/
+9
2014-02-27
neigh: recompute reachabletime before returning from neigh_periodic_work()
Duan Jiong
1
-3
/
+3
2014-02-22
neigh: fix setting of default gc_* values
Jiri Pirko
1
-1
/
+1
2014-02-19
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-3
/
+0
2014-02-17
netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=n
Florian Westphal
1
-3
/
+0
2014-02-17
netdevice: move netdev_cap_txqueue for shared usage to header
Daniel Borkmann
1
-12
/
+1
2014-02-17
netdevice: add queue selection fallback handler for ndo_select_queue
Daniel Borkmann
1
-4
/
+3
2014-02-13
net: core: introduce netif_skb_dev_features
Florian Westphal
1
-10
/
+12
2014-02-13
net: correct error path in rtnl_newlink()
Cong Wang
1
-7
/
+12
2014-02-09
net: fix 'ip rule' iif/oif device rename
Maciej Żenczykowski
1
-0
/
+7
2014-02-09
net: Mark functions as static in core/dev.c
Rashika Kheria
1
-3
/
+3
[next]