index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
vmw_vsock
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-03-06
fib_trie: Add key vector to root, return parent key_vector in resize
Alexander Duyck
1
-232
/
+201
2015-03-06
fib_trie: Move parent from key_vector to tnode
Alexander Duyck
1
-6
/
+5
2015-03-06
fib_trie: Pull empty_children and full_children into tnode
Alexander Duyck
1
-15
/
+16
2015-03-06
fib_trie: Move rcu from key_vector to tnode, add accessors.
Alexander Duyck
1
-18
/
+16
2015-03-06
fib_trie: Add tnode struct as a container for fields not needed in key_vector
Alexander Duyck
1
-33
/
+39
2015-03-06
fib_trie: Rename tnode_child_length to child_length
Alexander Duyck
1
-24
/
+29
2015-03-06
fib_trie: replace tnode_get_child functions with get_child macros
Alexander Duyck
1
-36
/
+24
2015-03-06
fib_trie: Rename tnode to key_vector
Alexander Duyck
1
-119
/
+128
2015-03-06
fib_trie: Return pointer to tnode pointer in resize/inflate/halve
Alexander Duyck
1
-41
/
+65
2015-03-06
fib_trie: Minor cleanups to fib_table_flush_external
Alexander Duyck
1
-12
/
+8
2015-03-06
net: macb: Fix multi queue support for xilinx ZynqMP
Punnaiah Choudary Kalluri
1
-1
/
+1
2015-03-06
net: macb: Include multi queue support for xilinx ZynqMP ethernet version
Punnaiah Choudary Kalluri
1
-1
/
+1
2015-03-06
fib: make netdev_switch_fib_ipv4_abort in header file static inline
Willem de Bruijn
1
-1
/
+1
2015-03-06
mpls: Properly validate RTA_VIA payload length
Robert Shearman
1
-1
/
+4
2015-03-06
net: bcmgenet: add GENET_Q16_RX_BD_CNT and hw_params->rx_bds_per_q
Petri Gynther
2
-2
/
+9
2015-03-06
net: bcmgenet: adjust the call to alloc_etherdev_mqs()
Petri Gynther
1
-2
/
+3
2015-03-06
net: bcmgenet: set hw_params->rx_queues = 0
Petri Gynther
1
-3
/
+3
2015-03-06
ipv4: Documenting two sysctls for tcp PMTU probe
Fan Du
1
-0
/
+10
2015-03-06
ipv4: Create probe timer for tcp PMTU as per RFC4821
Fan Du
7
-2
/
+51
2015-03-06
ipv4: Use binary search to choose tcp PMTU probe_size
Fan Du
5
-3
/
+23
2015-03-06
ipv4: Raise tcp PMTU probe mss base size
Fan Du
1
-1
/
+1
2015-03-06
DECnet: Only use neigh_ops for adding the link layer header
Eric W. Biederman
3
-60
/
+55
2015-03-06
bonding: implement bond_poll_controller()
Mahesh Bandewar
1
-0
/
+33
2015-03-06
rocker: fix some sparse warnings
Scott Feldman
1
-3
/
+3
2015-03-06
switchdev: fix CONFIG_IP_MULTIPLE_TABLES compile issue
Scott Feldman
1
-2
/
+6
2015-03-06
e1000: add dummy allocator to fix race condition between mtu change and netpoll
Sabrina Dubroca
1
-1
/
+9
2015-03-06
e1000: call netif_carrier_off early on down
Eliezer Tamir
1
-1
/
+1
2015-03-06
igb: Make arrays on stack static const to avoid reallocation
Alexander Duyck
1
-12
/
+12
2015-03-06
igb: Fix warning pin may be used uninitialized
Alexander Duyck
1
-1
/
+1
2015-03-06
e1000e: remove calls to ioremap/unmap for NVM addr
Yanir Lubetkin
1
-3
/
+5
2015-03-06
e1000e: fix obscure comments
Yanir Lubetkin
1
-4
/
+8
2015-03-06
ipv4: Fix unused variable warnings in fib_table_flush_external.
David S. Miller
1
-2
/
+0
2015-03-06
rocker: implement IPv4 fib offloading
Scott Feldman
1
-47
/
+436
2015-03-06
fib: hook IPv4 fib for hardware offload
Scott Feldman
3
-3
/
+61
2015-03-06
ipv4: add net bool fib_offload_disabled
Scott Feldman
1
-0
/
+1
2015-03-06
switchdev: implement IPv4 fib ndo wrappers
Scott Feldman
1
-2
/
+96
2015-03-06
switchdev: don't support custom ip rules, for now
Scott Feldman
5
-0
/
+83
2015-03-06
switchdev: add IPv4 fib ndo ops wrappers
Scott Feldman
2
-0
/
+58
2015-03-06
netdevice: add IPv4 fib add/del ops
Scott Feldman
1
-0
/
+22
2015-03-06
rtnetlink: add RTNH_F_EXTERNAL flag for fib offload
Scott Feldman
1
-0
/
+1
2015-03-06
tg3: use napi_complete_done()
Eric Dumazet
1
-2
/
+2
2015-03-06
net: dsa: extract dsa switch tree setup and removal
Florian Fainelli
1
-39
/
+52
2015-03-06
net: dsa: let switches specify their tagging protocol
Florian Fainelli
2
-2
/
+8
2015-03-06
net: dsa: split dsa_switch_setup into two functions
Florian Fainelli
1
-37
/
+51
2015-03-06
net: dsa: allow deferred probing
Florian Fainelli
1
-3
/
+3
2015-03-06
net: dsa: update dsa_of_{probe, remove} to use a device pointer
Florian Fainelli
1
-12
/
+12
2015-03-06
inet_diag: remove duplicate code from inet_twsk_diag_dump()
Eric Dumazet
1
-24
/
+31
2015-03-06
i40e: Fix mismatching type for ioremap_len
Jeff Kirsher
1
-2
/
+2
2015-03-06
tipc: add ip/udp media type
Erik Hugne
7
-8
/
+479
2015-03-06
tipc: increase size of tipc discovery messages
Erik Hugne
1
-4
/
+3
[next]