index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-05
net_sched: add TCA_STATS_PKT64 attribute
Eric Dumazet
2
-2
/
+9
2019-11-05
net_sched: extend packet counter to 64bit
Eric Dumazet
2
-3
/
+2
2019-11-05
net: dsa: Add support for devlink resources
Andrew Lunn
1
-0
/
+37
2019-11-05
Change in Openvswitch to support MPLS label depth of 3 in ingress direction
Martin Varghese
4
-33
/
+85
2019-11-05
vsock: Simplify '__vsock_release()'
Christophe JAILLET
1
-3
/
+1
2019-11-05
net: dsa: Fix use after free in dsa_switch_remove()
Florian Fainelli
1
-1
/
+2
2019-11-05
icmp: remove duplicate code
Matteo Croce
6
-30
/
+6
2019-11-04
ipv6: use jhash2() in rt6_exception_hash()
Eric Dumazet
1
-2
/
+2
2019-11-04
net: of_get_phy_mode: Change API to solve int/unit warnings
Andrew Lunn
2
-9
/
+11
2019-11-04
net: bridge: fdb: eliminate extra port state tests from fast-path
Nikolay Aleksandrov
3
-5
/
+9
2019-11-03
net: icmp6: provide input address for traceroute6
Francesco Ruggeri
1
-5
/
+17
2019-11-03
tipc: improve message bundling algorithm
Tuong Lien
3
-104
/
+113
2019-11-03
net: icmp: use input address in traceroute
Francesco Ruggeri
1
-1
/
+2
2019-11-03
net: openvswitch: simplify the ovs_dp_cmd_new
Tonghao Zhang
1
-22
/
+38
2019-11-03
net: openvswitch: don't unlock mutex when changing the user_features fails
Tonghao Zhang
1
-1
/
+1
2019-11-03
net: openvswitch: fix possible memleak on destroy flow-table
Tonghao Zhang
1
-88
/
+98
2019-11-03
net: openvswitch: add likely in flow_lookup
Tonghao Zhang
1
-2
/
+2
2019-11-03
net: openvswitch: simplify the flow_hash
Tonghao Zhang
1
-5
/
+2
2019-11-03
net: openvswitch: optimize flow-mask looking up
Tonghao Zhang
1
-51
/
+53
2019-11-03
net: openvswitch: optimize flow mask cache hash collision
Tonghao Zhang
1
-42
/
+53
2019-11-03
net: openvswitch: shrink the mask array if necessary
Tonghao Zhang
1
-10
/
+23
2019-11-03
net: openvswitch: convert mask list in mask array
Tonghao Zhang
3
-51
/
+167
2019-11-03
net: openvswitch: add flow-mask cache for performance
Tonghao Zhang
3
-16
/
+107
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+31
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
76
-521
/
+855
2019-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
73
-514
/
+845
2019-11-02
xsk: Restructure/inline XSKMAP lookup/redirect/flush
Björn Töpel
1
-2
/
+31
2019-11-01
net: fix installing orphaned programs
Jakub Kicinski
1
-1
/
+2
2019-11-01
net: cls_bpf: fix NULL deref on offload filter removal
Jakub Kicinski
1
-2
/
+6
2019-11-01
inet: stop leaking jiffies on the wire
Eric Dumazet
4
-5
/
+5
2019-11-01
net: bridge: fdb: restore unlikely() when taking over externally added entries
Nikolay Aleksandrov
1
-2
/
+4
2019-11-01
net: bridge: fdb: avoid two atomic bitops in br_fdb_external_learn_add()
Nikolay Aleksandrov
1
-4
/
+5
2019-11-01
net: bridge: fdb: br_fdb_update can take flags directly
Nikolay Aleksandrov
3
-12
/
+9
2019-10-31
net: dsa: tag_8021q: clarify index limitation
Vivien Didelot
1
-3
/
+2
2019-10-31
net: dsa: remove limitation of switch index value
Vivien Didelot
1
-2
/
+0
2019-10-31
net: dsa: remove tree functions related to switches
Vivien Didelot
1
-33
/
+10
2019-10-31
net: dsa: remove the dst->ds array
Vivien Didelot
1
-7
/
+0
2019-10-31
net: dsa: remove switch routing table setup code
Vivien Didelot
1
-22
/
+2
2019-10-31
net: dsa: remove ds->rtable
Vivien Didelot
1
-4
/
+0
2019-10-31
net: dsa: list DSA links in the fabric
Vivien Didelot
1
-1
/
+40
2019-10-31
tcp: increase tcp_max_syn_backlog max value
Eric Dumazet
1
-1
/
+1
2019-10-31
rxrpc: Fix handling of last subpacket of jumbo packet
David Howells
2
-5
/
+14
2019-10-31
Merge tag 'mac80211-for-net-2019-10-31' of git://git.kernel.org/pub/scm/linux...
David S. Miller
3
-2
/
+8
2019-10-30
net: sched: update action implementations to support flags
Vlad Buslov
20
-26
/
+47
2019-10-30
net: sched: extend TCA_ACT space with TCA_ACT_FLAGS
Vlad Buslov
20
-25
/
+38
2019-10-30
net: sched: modify stats helper functions to support regular stats
Vlad Buslov
1
-5
/
+14
2019-10-30
net: sched: don't expose action qstats to skb_tc_reinsert()
Vlad Buslov
1
-2
/
+2
2019-10-30
net: sched: extract qstats update code into functions
Vlad Buslov
5
-5
/
+5
2019-10-30
net: sched: extract bstats update code into function
Vlad Buslov
6
-6
/
+6
2019-10-30
net: sched: extract common action counters update code into function
Vlad Buslov
6
-26
/
+19
[next]