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
2018-07-06
net: ipv6: listify ipv6_rcv() and ip6_rcv_finish()
Edward Cree
2
-16
/
+116
2018-07-06
net: ipv4: fix list processing on L3 slave devices
Edward Cree
1
-8
/
+15
2018-07-05
net: core: filter: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-07-05
net: decnet: dn_nsp_in: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-07-05
tipc: mark expected switch fall-throughs
Gustavo A. R. Silva
2
-0
/
+2
2018-07-05
devlink: Add enable_sriov boolean generic parameter
Vasundhara Volam
1
-1
/
+5
2018-07-05
devlink: Add generic parameters internal_err_reset and max_macs
Moshe Shemesh
1
-1
/
+13
2018-07-05
devlink: Add devlink notifications support for params
Moshe Shemesh
1
-0
/
+50
2018-07-05
devlink: Add support for get/set driverinit value
Moshe Shemesh
1
-0
/
+77
2018-07-05
devlink: Add param set command
Moshe Shemesh
1
-0
/
+134
2018-07-05
devlink: Add param get command
Moshe Shemesh
1
-0
/
+250
2018-07-05
devlink: Add devlink_param register and unregister
Moshe Shemesh
1
-0
/
+148
2018-07-05
net: limit each hash list length to MAX_GRO_SKBS
Li RongQing
1
-33
/
+23
2018-07-05
net: ipv4: fix drop handling in ip_list_rcv() and ip_list_rcv_finish()
Edward Cree
1
-5
/
+11
2018-07-04
net/sched: Make etf report drops on error_queue
Jesus Sanchez-Palencia
2
-2
/
+37
2018-07-04
net/sched: Add HW offloading capability to ETF
Jesus Sanchez-Palencia
1
-1
/
+70
2018-07-04
net/sched: Introduce the ETF Qdisc
Vinicius Costa Gomes
3
-0
/
+396
2018-07-04
net/sched: Allow creating a Qdisc watchdog with other clocks
Vinicius Costa Gomes
1
-2
/
+9
2018-07-04
net: packet: Hook into time based transmission.
Richard Cochran
1
-0
/
+6
2018-07-04
net: ipv6: Hook into time based transmission
Jesus Sanchez-Palencia
3
-5
/
+14
2018-07-04
net: ipv4: Hook into time based transmission
Jesus Sanchez-Palencia
5
-0
/
+9
2018-07-04
net: Add a new socket option for a future transmit time.
Richard Cochran
1
-0
/
+35
2018-07-04
net: Clear skb->tstamp only on the forwarding path
Jesus Sanchez-Palencia
1
-1
/
+1
2018-07-04
net: sched: act_pedit: fix possible memory leak in tcf_pedit_init()
Wei Yongjun
1
-9
/
+16
2018-07-04
net:sched: add action inheritdsfield to skbedit
Qiaobin Fu
1
-0
/
+41
2018-07-04
net: don't bother calling list RX functions on empty lists
Edward Cree
1
-2
/
+6
2018-07-04
net: ipv4: listify ip_rcv_finish
Edward Cree
1
-6
/
+48
2018-07-04
net: ipv4: listified version of ip_rcv
Edward Cree
3
-10
/
+67
2018-07-04
net: core: propagate SKB lists through packet_type lookup
Edward Cree
1
-8
/
+64
2018-07-04
net: core: another layer of lists, around PF_MEMALLOC skb handling
Edward Cree
1
-8
/
+36
2018-07-04
net: core: Another step of skb receive list processing
Edward Cree
1
-5
/
+56
2018-07-04
net: core: unwrap skb list receive slightly further
Edward Cree
1
-1
/
+3
2018-07-04
net: core: trivial netif_receive_skb_list() entry point
Edward Cree
1
-0
/
+19
2018-07-04
sctp: check for ipv6_pinfo legal sndflow with flowlabel in sctp_v6_get_dst
Xin Long
1
-0
/
+9
2018-07-04
sctp: add support for setting flowlabel when adding a transport
Xin Long
2
-2
/
+15
2018-07-04
sctp: add spp_ipv6_flowlabel and spp_dscp for sctp_paddrparams
Xin Long
1
-6
/
+171
2018-07-04
sctp: add support for dscp and flowlabel per transport
Xin Long
3
-6
/
+28
2018-07-04
ipv4: add __ip_queue_xmit() that supports tos param
Xin Long
1
-4
/
+5
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
84
-335
/
+624
2018-07-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
31
-171
/
+415
2018-07-02
net sched actions: add extack messages in pedit action
Roman Mashak
1
-4
/
+12
2018-07-02
net: expose sk wmem in sock_exceed_buf_limit tracepoint
Yafang Shao
1
-2
/
+4
2018-07-02
ipv6: sr: fix passing wrong flags to crypto_alloc_shash()
Eric Biggers
1
-1
/
+1
2018-07-02
net: fix use-after-free in GRO with ESP
Sabrina Dubroca
4
-6
/
+4
2018-07-02
net-sysfs: Add interface for Rx queue(s) map per Tx queue
Amritha Nambiar
1
-0
/
+83
2018-07-02
net: Enable Tx queue selection based on Rx queues
Amritha Nambiar
1
-17
/
+45
2018-07-02
net: Record receive queue number for a connection
Amritha Nambiar
2
-0
/
+5
2018-07-02
net: Use static_key for XPS maps
Amritha Nambiar
1
-6
/
+25
2018-07-02
net: Refactor XPS for CPUs and Rx queues
Amritha Nambiar
2
-74
/
+141
2018-07-01
tcp: prevent bogus FRTO undos with non-SACK flows
Ilpo Järvinen
1
-0
/
+9
[next]