index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
devlink: Add layer 3 generic packet exception traps
Amit Cohen
2019-11-08
1
-0
/
+6
*
devlink: Add layer 3 generic packet traps
Amit Cohen
2019-11-08
1
-0
/
+9
*
tcp: Remove one extra ktime_get_ns() from cookie_init_timestamp
Eric Dumazet
2019-11-08
2
-3
/
+3
*
inetpeer: fix data-race in inet_putpeer / inet_putpeer
Eric Dumazet
2019-11-08
1
-2
/
+10
*
net_sched: gen_estimator: extend packet counter to 64bit
Eric Dumazet
2019-11-07
1
-2
/
+2
*
tcp: fix data-race in tcp_recvmsg()
Eric Dumazet
2019-11-07
1
-8
/
+6
*
net: silence data-races on sk_backlog.tail
Eric Dumazet
2019-11-07
2
-2
/
+2
*
net: openvswitch: select vport upcall portid directly
Tonghao Zhang
2019-11-07
1
-2
/
+3
*
tipc: eliminate the dummy packet in link synching
Tuong Lien
2019-11-07
1
-15
/
+14
*
lwtunnel: add options setting and dumping for erspan
Xin Long
2019-11-07
1
-2
/
+92
*
lwtunnel: add options setting and dumping for vxlan
Xin Long
2019-11-07
1
-2
/
+65
*
lwtunnel: add options setting and dumping for geneve
Xin Long
2019-11-07
1
-16
/
+196
*
lwtunnel: add options process for cmp_encap
Xin Long
2019-11-07
1
-2
/
+8
*
lwtunnel: add options process for arp request
Xin Long
2019-11-07
1
-3
/
+4
*
tipc: reduce sensitive to retransmit failures
Hoang Le
2019-11-07
1
-1
/
+1
*
tipc: update cluster capabilities if node deleted
Hoang Le
2019-11-07
1
-1
/
+11
*
net: annotate lockless accesses to sk->sk_max_ack_backlog
Eric Dumazet
2019-11-07
8
-9
/
+9
*
net: annotate lockless accesses to sk->sk_ack_backlog
Eric Dumazet
2019-11-07
6
-6
/
+6
*
net: use helpers to change sk_ack_backlog
Eric Dumazet
2019-11-07
16
-21
/
+21
*
inet_diag: use jiffies_delta_to_msecs()
Eric Dumazet
2019-11-07
1
-9
/
+6
*
net: neigh: use long type to store jiffies delta
Eric Dumazet
2019-11-07
1
-2
/
+2
*
Merge tag 'batadv-next-for-davem-20191105' of git://git.open-mesh.org/linux-m...
David S. Miller
2019-11-06
6
-28
/
+19
|
\
|
*
batman-adv: Drop lockdep.h include for soft-interface.c
Sven Eckelmann
2019-11-03
1
-1
/
+0
|
*
batman-adv: Use 'fallthrough' pseudo keyword
Sven Eckelmann
2019-11-03
2
-3
/
+3
|
*
batman-adv: Axe 'aggr_list_lock'
Christophe JAILLET
2019-11-03
3
-19
/
+15
|
*
batman-adv: Simplify 'batadv_v_ogm_aggr_list_free()'
Christophe JAILLET
2019-11-03
1
-5
/
+1
|
*
batman-adv: Start new development cycle
Simon Wunderlich
2019-11-03
1
-1
/
+1
*
|
net_sched: add TCA_STATS_PKT64 attribute
Eric Dumazet
2019-11-06
2
-2
/
+9
*
|
net_sched: extend packet counter to 64bit
Eric Dumazet
2019-11-06
2
-3
/
+2
*
|
net: dsa: Add support for devlink resources
Andrew Lunn
2019-11-06
1
-0
/
+37
*
|
Change in Openvswitch to support MPLS label depth of 3 in ingress direction
Martin Varghese
2019-11-06
4
-33
/
+85
*
|
vsock: Simplify '__vsock_release()'
Christophe JAILLET
2019-11-06
1
-3
/
+1
*
|
net: dsa: Fix use after free in dsa_switch_remove()
Florian Fainelli
2019-11-06
1
-1
/
+2
*
|
icmp: remove duplicate code
Matteo Croce
2019-11-05
6
-30
/
+6
*
|
ipv6: use jhash2() in rt6_exception_hash()
Eric Dumazet
2019-11-04
1
-2
/
+2
*
|
net: of_get_phy_mode: Change API to solve int/unit warnings
Andrew Lunn
2019-11-04
2
-9
/
+11
*
|
net: bridge: fdb: eliminate extra port state tests from fast-path
Nikolay Aleksandrov
2019-11-04
3
-5
/
+9
*
|
net: icmp6: provide input address for traceroute6
Francesco Ruggeri
2019-11-04
1
-5
/
+17
*
|
tipc: improve message bundling algorithm
Tuong Lien
2019-11-04
3
-104
/
+113
*
|
net: icmp: use input address in traceroute
Francesco Ruggeri
2019-11-04
1
-1
/
+2
*
|
net: openvswitch: simplify the ovs_dp_cmd_new
Tonghao Zhang
2019-11-04
1
-22
/
+38
*
|
net: openvswitch: don't unlock mutex when changing the user_features fails
Tonghao Zhang
2019-11-04
1
-1
/
+1
*
|
net: openvswitch: fix possible memleak on destroy flow-table
Tonghao Zhang
2019-11-04
1
-88
/
+98
*
|
net: openvswitch: add likely in flow_lookup
Tonghao Zhang
2019-11-04
1
-2
/
+2
*
|
net: openvswitch: simplify the flow_hash
Tonghao Zhang
2019-11-04
1
-5
/
+2
*
|
net: openvswitch: optimize flow-mask looking up
Tonghao Zhang
2019-11-04
1
-51
/
+53
*
|
net: openvswitch: optimize flow mask cache hash collision
Tonghao Zhang
2019-11-04
1
-42
/
+53
*
|
net: openvswitch: shrink the mask array if necessary
Tonghao Zhang
2019-11-04
1
-10
/
+23
*
|
net: openvswitch: convert mask list in mask array
Tonghao Zhang
2019-11-04
3
-51
/
+167
*
|
net: openvswitch: add flow-mask cache for performance
Tonghao Zhang
2019-11-04
3
-16
/
+107
[next]