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
2016-10-04
net: skbuff: Limit skb_vlan_pop/push() to expect skb->data at mac header
Shmulik Ladkani
1
-15
/
+22
2016-10-04
net/sched: act_vlan: Push skb->data to mac_header prior calling skb_vlan_*() ...
Shmulik Ladkani
1
-0
/
+9
2016-10-03
Merge tag 'rxrpc-rewrite-20160930' of git://git.kernel.org/pub/scm/linux/kern...
David S. Miller
11
-92
/
+110
2016-10-03
openvswitch: use mpls_hdr
Jiri Benc
1
-12
/
+12
2016-10-03
mpls: move mpls_hdr to a common location
Jiri Benc
1
-9
/
+1
2016-10-03
openvswitch: mpls: set network header correctly on key extract
Jiri Benc
1
-8
/
+3
2016-10-03
net: rtnl: avoid uninitialized data in IFLA_VF_VLAN_LIST handling
Arnd Bergmann
1
-0
/
+3
2016-10-03
net: pktgen: fix pkt_size
Paolo Abeni
1
-11
/
+10
2016-10-03
ipv6 addrconf: remove addrconf_sysctl_hop_limit()
Maciej Żenczykowski
1
-17
/
+14
2016-10-03
netfilter: bridge: clarify bridge/netfilter message
Stefan Agner
1
-2
/
+4
2016-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
16
-65
/
+91
2016-10-01
net: Use ns_capable_noaudit() when determining net sysctl permissions
Tyler Hicks
1
-1
/
+1
2016-09-30
rxrpc: Fix the call timer handling
David Howells
2
-13
/
+20
2016-09-30
rxrpc: Keep the call timeouts as ktimes rather than jiffies
David Howells
7
-62
/
+69
2016-09-30
rxrpc: Remove error from struct rxrpc_skb_priv as it is unused
David Howells
1
-1
/
+0
2016-09-30
rxrpc: The offset field in struct rxrpc_skb_priv is unnecessary
David Howells
6
-21
/
+24
2016-09-30
rxrpc: Reduce ssthresh to peer's receive window
David Howells
1
-0
/
+2
2016-09-30
rxrpc: Switch to Congestion Avoidance mode at cwnd==ssthresh
David Howells
1
-3
/
+3
2016-09-30
sctp: fix the issue sctp_diag uses lock_sock in rcu_read_lock
Xin Long
2
-21
/
+47
2016-09-30
sctp: change to check peer prsctp_capable when using prsctp polices
Xin Long
2
-6
/
+6
2016-09-30
sctp: remove prsctp_param from sctp_chunk
Xin Long
3
-19
/
+9
2016-09-30
ipv6 addrconf: implement RFC7559 router solicitation backoff
Maciej Żenczykowski
1
-7
/
+44
2016-09-30
net: Suppress the "Comparison to NULL could be written" warnings
Jia He
2
-17
/
+17
2016-09-30
ipv6: Remove useless parameter in __snmp6_fill_statsdev
Jia He
1
-6
/
+6
2016-09-30
proc: Reduce cache miss in xfrm_statistics_seq_show
Jia He
1
-2
/
+8
2016-09-30
proc: Reduce cache miss in sctp_snmp_seq_show
Jia He
1
-2
/
+6
2016-09-30
proc: Reduce cache miss in snmp6_seq_show
Jia He
1
-8
/
+22
2016-09-30
proc: Reduce cache miss in snmp_seq_show
Jia He
1
-23
/
+47
2016-09-30
rxrpc: Note serial number being ACK'd in the congestion management trace
David Howells
1
-4
/
+4
2016-09-30
rxrpc: Request more ACKs in slow-start mode
David Howells
1
-0
/
+1
2016-09-30
rxrpc: Reduce the rxrpc_local::services list to a pointer
David Howells
5
-25
/
+18
2016-09-30
rxrpc: When activating client conn channels, do state check inside lock
David Howells
1
-11
/
+25
2016-09-30
rxrpc: Make Tx loss-injection go through normal return and adjust tracing
David Howells
6
-21
/
+15
2016-09-30
rxrpc: Fix exclusive client connections
David Howells
1
-1
/
+1
2016-09-29
net: do not export sk_stream_write_space
Eric Dumazet
1
-1
/
+0
2016-09-28
tcp: Change txhash on every SYN and RTO retransmit
Lawrence Brakmo
1
-0
/
+4
2016-09-28
switchdev: remove FIB offload infrastructure
Jiri Pirko
4
-299
/
+1
2016-09-28
fib: introduce FIB info offload flag helpers
Jiri Pirko
1
-2
/
+2
2016-09-28
fib: introduce FIB notification infrastructure
Jiri Pirko
3
-11
/
+77
2016-09-28
net/sched: cls_flower: Use a proper mask value for enc key id parameter
Hadar Hen Zion
1
-2
/
+2
2016-09-27
act_ife: Fix false encoding
Yotam Gigi
1
-2
/
+2
2016-09-27
act_ife: Fix external mac header on encode
Yotam Gigi
1
-2
/
+1
2016-09-27
VSOCK: Don't dec ack backlog twice for rejected connections
Jorgen Hansen
1
-3
/
+3
2016-09-26
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
1
-1
/
+3
2016-09-26
ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_route
Nikolay Aleksandrov
4
-5
/
+10
2016-09-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
243
-5889
/
+10530
2016-09-26
netfilter: nf_log: get rid of XT_LOG_* macros
Liping Zhang
3
-12
/
+12
2016-09-26
netfilter: nft_log: complete NFTA_LOG_FLAGS attr support
Liping Zhang
8
-10
/
+17
2016-09-26
netfilter: nf_tables: add range expression
Pablo Neira Ayuso
3
-2
/
+146
2016-09-26
netfilter: xt_socket: fix transparent match for IPv6 request sockets
KOVACS Krisztian
2
-1
/
+1
[next]