index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-20
iov_iter: don't revert iov buffer if csum error
Ding Tianhong
1
-6
/
+7
2017-05-14
rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
Michal Schmidt
1
-1
/
+1
2017-05-14
net: adjust skb->truesize in ___pskb_trim()
Eric Dumazet
1
-0
/
+2
2017-05-03
tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATS
Soheil Hassas Yeganeh
1
-6
/
+11
2017-05-03
tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbs
Soheil Hassas Yeganeh
1
-0
/
+10
2017-05-03
netpoll: Check for skb->queue_mapping
Tushar Dave
1
-2
/
+8
2017-05-03
gso: Validate assumption of frag_list segementation
Ilan Tayari
1
-4
/
+14
2017-05-03
net-timestamp: avoid use-after-free in ip_recv_error
Willem de Bruijn
1
-0
/
+1
2017-05-03
secure_seq: downgrade to per-host timestamp offsets
Florian Westphal
1
-2
/
+27
2017-05-03
net: neigh: guard against NULL solicit() method
Eric Dumazet
1
-1
/
+2
2017-04-21
make skb_copy_datagram_msg() et.al. preserve ->msg_iter on error
Al Viro
1
-9
/
+14
2017-03-30
cgroup, net_cls: iterate the fds of only the tasks which are being migrated
Tejun Heo
1
-16
/
+16
2017-03-30
net: solve a NAPI race
Eric Dumazet
1
-7
/
+74
2017-03-30
socket, bpf: fix sk_filter use after free in sk_clone_lock
Daniel Borkmann
1
-0
/
+6
2017-03-30
net: properly release sk_frag.page
Eric Dumazet
1
-5
/
+5
2017-03-22
net: use net->count to check whether a netns is alive or not
Andrey Vagin
1
-3
/
+3
2017-03-22
net: fix socket refcounting in skb_complete_tx_timestamp()
Eric Dumazet
1
-7
/
+8
2017-03-22
net: fix socket refcounting in skb_complete_wifi_ack()
Eric Dumazet
1
-7
/
+8
2017-03-22
net: net_enable_timestamp() can be called from irq contexts
Eric Dumazet
1
-4
/
+31
2017-02-15
net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notification
Marcus Huewe
1
-1
/
+2
2017-02-07
udp: properly cope with csum errors
Eric Dumazet
1
-2
/
+6
2017-02-04
net: use a work queue to defer net_disable_timestamp() work
Eric Dumazet
1
-18
/
+13
2017-02-03
ethtool: do not vzalloc(0) on registers dump
Stanislaw Gruszka
1
-3
/
+6
2017-01-25
lwtunnel: Fix oops on state free after encap module unload
Robert Shearman
1
-1
/
+5
2017-01-25
net: Specify the owning module for lwtunnel ops
Robert Shearman
1
-0
/
+1
2017-01-19
lwtunnel: fix autoload of lwt modules
David Ahern
1
-6
/
+56
2017-01-18
net: fix harmonize_features() vs NETIF_F_HIGHDMA
Eric Dumazet
1
-2
/
+2
2017-01-18
net: ethtool: Initialize buffer when querying device channel settings
Eran Ben Elisha
1
-1
/
+1
2017-01-11
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-4
/
+4
2017-01-11
gro: use min_t() in skb_gro_reset_offset()
Eric Dumazet
1
-2
/
+3
2017-01-11
mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_...
Alexander Duyck
1
-4
/
+4
2017-01-11
gro: Enter slow-path if there is no tailroom
Herbert Xu
1
-1
/
+2
2017-01-11
net: add the AF_QIPCRTR entries to family name tables
Anna, Suman
1
-3
/
+3
2017-01-10
net: skb_flow_get_be16() can be static
Eric Dumazet
1
-2
/
+2
2017-01-03
drop_monitor: consider inserted data in genlmsg_end
Reiter Wolfgang
1
-1
/
+7
2017-01-02
flow_dissector: Update pptp handling to avoid null pointer deref.
Ian Kumlien
1
-2
/
+3
2017-01-02
drop_monitor: add missing call to genlmsg_end
Reiter Wolfgang
1
-9
/
+24
2016-12-29
rtnl: stats - add missing netlink message size checks
Mathias Krause
1
-0
/
+6
2016-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-6
/
+0
2016-12-27
net: xdp: remove unused bfp_warn_invalid_xdp_buffer()
Jason Wang
1
-6
/
+0
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
2
-3
/
+3
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
9
-9
/
+9
2016-12-23
neigh: Send netevent after marking neigh as dead
Ido Schimmel
1
-0
/
+1
2016-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-0
/
+6
2016-12-17
net: xdp: add invalid buffer warning
John Fastabend
1
-0
/
+6
2016-12-15
Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
1
-20
/
+15
2016-12-14
netns: avoid disabling irq for netns id
Paul Moore
1
-20
/
+15
2016-12-13
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-44
/
+32
2016-12-12
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2016-12-10
net: skb_condense() can also deal with empty skbs
Eric Dumazet
1
-9
/
+13
[next]