index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-18
netlink: make nlmsg_end() and genlmsg_end() void
Johannes Berg
6
-10
/
+19
2015-01-15
ipv4: per cpu uncached list
Eric Dumazet
1
-13
/
+33
2015-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+4
2015-01-14
udp: pass udp_offload struct to UDP gro callbacks
Tom Herbert
3
-8
/
+17
2015-01-13
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
1
-1
/
+1
2015-01-13
tcp: avoid reducing cwnd when ACK+DSACK is received
Sébastien Barré
1
-19
/
+19
2015-01-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-4
/
+4
2015-01-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2015-01-05
net: tcp: add per route congestion control
Daniel Borkmann
3
-4
/
+49
2015-01-05
net: tcp: add RTAX_CC_ALGO fib handling
Daniel Borkmann
1
-2
/
+12
2015-01-05
net: tcp: add key management to congestion control
Daniel Borkmann
1
-16
/
+81
2015-01-05
net: tcp: refactor reinitialization of congestion control
Daniel Borkmann
1
-10
/
+14
2015-01-05
ip: Add offset parameter to ip_cmsg_recv
Tom Herbert
2
-2
/
+41
2015-01-05
ip: Add offset parameter to ip_cmsg_recv
Tom Herbert
1
-2
/
+3
2015-01-05
ip: IP cmsg cleanup
Tom Herbert
1
-27
/
+37
2015-01-05
ip: Move checksum convert defines to inet
Tom Herbert
3
-3
/
+3
2015-01-04
geneve: Check family when reusing sockets.
Jesse Gross
1
-4
/
+5
2015-01-04
geneve: Remove socket hash table.
Jesse Gross
1
-19
/
+7
2015-01-04
geneve: Simplify locking.
Jesse Gross
1
-33
/
+26
2015-01-04
geneve: Remove workqueue.
Jesse Gross
1
-19
/
+2
2015-01-02
tcp: Do not apply TSO segment limit to non-TSO packets
Herbert Xu
1
-2
/
+2
2015-01-02
geneve: Add Geneve GRO support
Joe Stringer
1
-2
/
+95
2014-12-31
fib_trie: Add tracking value for suffix length
Alexander Duyck
1
-6
/
+116
2014-12-31
fib_trie: Remove checks for index >= tnode_child_length from tnode_get_child
Alexander Duyck
1
-9
/
+5
2014-12-31
fib_trie: inflate/halve nodes in a more RCU friendly way
Alexander Duyck
1
-121
/
+115
2014-12-31
fib_trie: Push tnode flushing down to inflate/halve
Alexander Duyck
1
-53
/
+50
2014-12-31
fib_trie: Push assignment of child to parent down into inflate/halve
Alexander Duyck
1
-83
/
+66
2014-12-31
fib_trie: Add functions should_inflate and should_halve
Alexander Duyck
1
-86
/
+89
2014-12-31
fib_trie: Move resize to after inflate/halve
Alexander Duyck
1
-157
/
+154
2014-12-31
fib_trie: Push rcu_read_lock/unlock to callers
Alexander Duyck
3
-101
/
+85
2014-12-31
fib_trie: Use unsigned long for anything dealing with a shift by bits
Alexander Duyck
1
-27
/
+26
2014-12-31
fib_trie: Update meaning of pos to represent unchecked bits
Alexander Duyck
1
-113
/
+81
2014-12-31
fib_trie: Optimize fib_table_insert
Alexander Duyck
1
-125
/
+71
2014-12-31
fib_trie: Optimize fib_find_node
Alexander Duyck
1
-15
/
+21
2014-12-31
fib_trie: Optimize fib_table_lookup to avoid wasting time on loops/variables
Alexander Duyck
1
-157
/
+93
2014-12-31
fib_trie: Merge leaf into tnode
Alexander Duyck
1
-182
/
+140
2014-12-31
fib_trie: Merge tnode_free and leaf_free into node_free
Alexander Duyck
1
-50
/
+40
2014-12-31
fib_trie: Make leaf and tnode more uniform
Alexander Duyck
1
-110
/
+82
2014-12-31
fib_trie: Update usage stats to be percpu instead of global variables
Alexander Duyck
2
-21
/
+49
2014-12-31
gre: allow live address change
stephen hemminger
1
-0
/
+1
2014-12-23
openvswitch: Fix vport_send double free
Pravin B Shelar
1
-1
/
+5
2014-12-23
netfilter: nf_tables: fix port natting in little endian archs
leroy christophe
1
-4
/
+4
2014-12-18
geneve: Fix races between socket add and release.
Jesse Gross
1
-6
/
+7
2014-12-18
geneve: Remove socket and offload handlers at destruction.
Jesse Gross
1
-0
/
+17
2014-12-16
ip_tunnel: Add missing validation of encap type to ip_tunnel_encap_setup()
Thomas Graf
1
-0
/
+3
2014-12-16
ip_tunnel: Add sanity checks to ip_tunnel_encap_add_ops()
Thomas Graf
1
-0
/
+6
2014-12-15
gre: fix the inner mac header in nbma tunnel xmit path
Timo Teräs
1
-4
/
+5
2014-12-12
fib_trie: Fix trie balancing issue if new node pushes down existing node
Alexander Duyck
1
-1
/
+2
2014-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
40
-561
/
+1175
2014-12-10
net: introduce helper macro for_each_cmsghdr
Gu Zheng
1
-1
/
+1
[next]