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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-19
tcp: warn on negative reordering values
Soheil Hassas Yeganeh
1
-0
/
+3
2017-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
26
-103
/
+157
2017-05-18
tcp: fix tcp_rearm_rto()
Eric Dumazet
1
-6
/
+6
2017-05-18
net: dsa: include switchdev.h only once
Vivien Didelot
1
-1
/
+0
2017-05-18
net: dsa: include dsa.h only once
Vivien Didelot
13
-12
/
+14
2017-05-18
net: fix __skb_try_recv_from_queue to return the old behavior
Andrey Vagin
2
-15
/
+11
2017-05-18
sctp: do not inherit ipv6_{mc|ac|fl}_list from parent
Eric Dumazet
1
-0
/
+3
2017-05-18
udp: make *udp*_queue_rcv_skb() functions static
Paolo Abeni
4
-6
/
+4
2017-05-18
net: make struct net_device::tx_queue_len unsigned int
Alexey Dobriyan
2
-4
/
+8
2017-05-18
bridge: netlink: check vlan_default_pvid range
Tobias Jungel
1
-0
/
+7
2017-05-18
udp: make function udp_skb_dtor_locked static
Colin Ian King
1
-1
/
+1
2017-05-18
net: x25: fix one potential use-after-free issue
linzhang
2
-9
/
+20
2017-05-18
ipv6: Check ip6_find_1stfragopt() return value properly.
David S. Miller
3
-12
/
+12
2017-05-17
tcp: switch TCP TS option (RFC 7323) to 1ms clock
Eric Dumazet
14
-118
/
+116
2017-05-17
tcp: replace misc tcp_time_stamp to tcp_jiffies32
Eric Dumazet
5
-6
/
+6
2017-05-17
tcp_lp: cache tcp_time_stamp
Eric Dumazet
1
-3
/
+4
2017-05-17
tcp_westwood: use tcp_jiffies32 instead of tcp_time_stamp
Eric Dumazet
1
-3
/
+3
2017-05-17
tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()
Eric Dumazet
1
-2
/
+2
2017-05-17
tcp: uses jiffies_32 to feed tp->chrono_start
Eric Dumazet
2
-2
/
+2
2017-05-17
tcp: use tcp_jiffies32 to feed probe_timestamp
Eric Dumazet
2
-4
/
+4
2017-05-17
tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtime
Eric Dumazet
4
-6
/
+6
2017-05-17
tcp: bic, cubic: use tcp_jiffies32 instead of tcp_time_stamp
Eric Dumazet
2
-9
/
+9
2017-05-17
tcp_bbr: use tcp_jiffies32 instead of tcp_time_stamp
Eric Dumazet
1
-6
/
+6
2017-05-17
tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stamp
Eric Dumazet
3
-12
/
+12
2017-05-17
tcp: use tcp_jiffies32 to feed tp->lsndtime
Eric Dumazet
5
-8
/
+8
2017-05-17
dccp: do not use tcp_time_stamp
Eric Dumazet
2
-5
/
+5
2017-05-17
tcp: use tp->tcp_mstamp in output path
Eric Dumazet
4
-12
/
+14
2017-05-17
sch_dsmark: Fix uninitialized variable warning.
David S. Miller
1
-1
/
+1
2017-05-17
net: sched: add termination action to allow goto chain
Jiri Pirko
2
-1
/
+45
2017-05-17
net: sched: push tp down to action init
Jiri Pirko
2
-11
/
+13
2017-05-17
net: sched: introduce multichain support for filters
Jiri Pirko
1
-16
/
+88
2017-05-17
net: sched: push chain dump to a separate function
Jiri Pirko
1
-43
/
+52
2017-05-17
net: sched: introduce helpers to work with filter chains
Jiri Pirko
1
-41
/
+107
2017-05-17
net: sched: move TC_H_MAJ macro call into tcf_auto_prio
Jiri Pirko
1
-2
/
+2
2017-05-17
net: sched: replace nprio by a bool to make the function more readable
Jiri Pirko
1
-6
/
+7
2017-05-17
net: sched: rename tcf_destroy_chain helper
Jiri Pirko
1
-3
/
+3
2017-05-17
net: sched: introduce tcf block infractructure
Jiri Pirko
15
-96
/
+226
2017-05-17
net: sched: move tc_classify function to cls_api.c
Jiri Pirko
15
-62
/
+63
2017-05-17
net: dsa: Sort DSA tagging protocol drivers
Andrew Lunn
4
-25
/
+25
2017-05-17
net: fix compile error in skb_orphan_partial()
Eric Dumazet
1
-3
/
+0
2017-05-17
ipv6: Prevent overrun when parsing v6 header options
Craig Gallek
4
-6
/
+16
2017-05-17
net: dsa: store CPU port pointer in the tree
Vivien Didelot
6
-22
/
+18
2017-05-17
neighbour: update neigh timestamps iff update is effective
Ihar Hrachyshka
1
-4
/
+10
2017-05-17
arp: honour gratuitous ARP _replies_
Ihar Hrachyshka
1
-2
/
+14
2017-05-16
tcp: internal implementation for pacing
Eric Dumazet
5
-4
/
+100
2017-05-16
udp: keep the sk_receive_queue held when splicing
Paolo Abeni
1
-10
/
+26
2017-05-16
udp: use a separate rx queue for packet reception
Paolo Abeni
2
-16
/
+125
2017-05-16
net/sock: factor out dequeue/peek with offset code
Paolo Abeni
1
-39
/
+51
2017-05-16
net: Improve handling of failures on link and route dumps
David Ahern
3
-28
/
+49
2017-05-16
net/smc: Add warning about remote memory exposure
Christoph Hellwig
1
-0
/
+4
[next]