index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
fib_trie: Add collapse() and should_collapse() to resize
Alexander Duyck
2015-01-25
1
-35
/
+65
*
|
fib_trie: Fall back to slen update on inflate/halve failure
Alexander Duyck
2015-01-25
1
-5
/
+5
*
|
fib_trie: Fix RCU bug and merge similar bits of inflate/halve
Alexander Duyck
2015-01-25
1
-84
/
+73
*
|
fib_trie: Use index & (~0ul << n->bits) instead of index >> n->bits
Alexander Duyck
2015-01-25
1
-8
/
+8
*
|
udp: Do not require sock in udp_tunnel_xmit_skb
Tom Herbert
2015-01-24
2
-8
/
+9
*
|
net: ipv4: handle DSA enabled master network devices
Florian Fainelli
2015-01-19
1
-3
/
+3
*
|
tunnels: advertise link netns via netlink
Nicolas Dichtel
2015-01-19
4
-0
/
+12
*
|
netlink: Fix bugs in nlmsg_end() conversions.
David S. Miller
2015-01-18
2
-4
/
+4
*
|
netlink: make nlmsg_end() and genlmsg_end() void
Johannes Berg
2015-01-18
6
-10
/
+19
*
|
ipv4: per cpu uncached list
Eric Dumazet
2015-01-15
1
-13
/
+33
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-01-15
1
-4
/
+4
|
\
\
|
|
/
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2015-01-12
1
-4
/
+4
|
|
\
|
|
*
netfilter: nf_tables: fix port natting in little endian archs
leroy christophe
2014-12-23
1
-4
/
+4
*
|
|
udp: pass udp_offload struct to UDP gro callbacks
Tom Herbert
2015-01-14
3
-8
/
+17
*
|
|
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
2015-01-13
1
-1
/
+1
*
|
|
tcp: avoid reducing cwnd when ACK+DSACK is received
Sébastien Barré
2015-01-13
1
-19
/
+19
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-01-06
1
-2
/
+2
|
\
\
\
|
|
/
/
|
*
|
tcp: Do not apply TSO segment limit to non-TSO packets
Herbert Xu
2015-01-02
1
-2
/
+2
*
|
|
net: tcp: add per route congestion control
Daniel Borkmann
2015-01-05
3
-4
/
+49
*
|
|
net: tcp: add RTAX_CC_ALGO fib handling
Daniel Borkmann
2015-01-05
1
-2
/
+12
*
|
|
net: tcp: add key management to congestion control
Daniel Borkmann
2015-01-05
1
-16
/
+81
*
|
|
net: tcp: refactor reinitialization of congestion control
Daniel Borkmann
2015-01-05
1
-10
/
+14
*
|
|
ip: Add offset parameter to ip_cmsg_recv
Tom Herbert
2015-01-05
2
-2
/
+41
*
|
|
ip: Add offset parameter to ip_cmsg_recv
Tom Herbert
2015-01-05
1
-2
/
+3
*
|
|
ip: IP cmsg cleanup
Tom Herbert
2015-01-05
1
-27
/
+37
*
|
|
ip: Move checksum convert defines to inet
Tom Herbert
2015-01-05
3
-3
/
+3
*
|
|
geneve: Check family when reusing sockets.
Jesse Gross
2015-01-04
1
-4
/
+5
*
|
|
geneve: Remove socket hash table.
Jesse Gross
2015-01-04
1
-19
/
+7
*
|
|
geneve: Simplify locking.
Jesse Gross
2015-01-04
1
-33
/
+26
*
|
|
geneve: Remove workqueue.
Jesse Gross
2015-01-04
1
-19
/
+2
*
|
|
geneve: Add Geneve GRO support
Joe Stringer
2015-01-02
1
-2
/
+95
*
|
|
fib_trie: Add tracking value for suffix length
Alexander Duyck
2014-12-31
1
-6
/
+116
*
|
|
fib_trie: Remove checks for index >= tnode_child_length from tnode_get_child
Alexander Duyck
2014-12-31
1
-9
/
+5
*
|
|
fib_trie: inflate/halve nodes in a more RCU friendly way
Alexander Duyck
2014-12-31
1
-121
/
+115
*
|
|
fib_trie: Push tnode flushing down to inflate/halve
Alexander Duyck
2014-12-31
1
-53
/
+50
*
|
|
fib_trie: Push assignment of child to parent down into inflate/halve
Alexander Duyck
2014-12-31
1
-83
/
+66
*
|
|
fib_trie: Add functions should_inflate and should_halve
Alexander Duyck
2014-12-31
1
-86
/
+89
*
|
|
fib_trie: Move resize to after inflate/halve
Alexander Duyck
2014-12-31
1
-157
/
+154
*
|
|
fib_trie: Push rcu_read_lock/unlock to callers
Alexander Duyck
2014-12-31
3
-101
/
+85
*
|
|
fib_trie: Use unsigned long for anything dealing with a shift by bits
Alexander Duyck
2014-12-31
1
-27
/
+26
*
|
|
fib_trie: Update meaning of pos to represent unchecked bits
Alexander Duyck
2014-12-31
1
-113
/
+81
*
|
|
fib_trie: Optimize fib_table_insert
Alexander Duyck
2014-12-31
1
-125
/
+71
*
|
|
fib_trie: Optimize fib_find_node
Alexander Duyck
2014-12-31
1
-15
/
+21
*
|
|
fib_trie: Optimize fib_table_lookup to avoid wasting time on loops/variables
Alexander Duyck
2014-12-31
1
-157
/
+93
*
|
|
fib_trie: Merge leaf into tnode
Alexander Duyck
2014-12-31
1
-182
/
+140
*
|
|
fib_trie: Merge tnode_free and leaf_free into node_free
Alexander Duyck
2014-12-31
1
-50
/
+40
*
|
|
fib_trie: Make leaf and tnode more uniform
Alexander Duyck
2014-12-31
1
-110
/
+82
*
|
|
fib_trie: Update usage stats to be percpu instead of global variables
Alexander Duyck
2014-12-31
2
-21
/
+49
*
|
|
gre: allow live address change
stephen hemminger
2014-12-31
1
-0
/
+1
|
/
/
*
|
openvswitch: Fix vport_send double free
Pravin B Shelar
2014-12-23
1
-1
/
+5
|
/
[prev]
[next]