| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | | | | | | | | | | fib_trie: Pull empty_children and full_children into tnode | Alexander Duyck | 2015-03-06 | |
| | * | | | | | | | | | | | | | | fib_trie: Move rcu from key_vector to tnode, add accessors. | Alexander Duyck | 2015-03-06 | |
| | * | | | | | | | | | | | | | | fib_trie: Add tnode struct as a container for fields not needed in key_vector | Alexander Duyck | 2015-03-06 | |
| | * | | | | | | | | | | | | | | fib_trie: Rename tnode_child_length to child_length | Alexander Duyck | 2015-03-06 | |
| | * | | | | | | | | | | | | | | fib_trie: replace tnode_get_child functions with get_child macros | Alexander Duyck | 2015-03-06 | |
| | * | | | | | | | | | | | | | | fib_trie: Rename tnode to key_vector | Alexander Duyck | 2015-03-06 | |
| | * | | | | | | | | | | | | | | fib_trie: Return pointer to tnode pointer in resize/inflate/halve | Alexander Duyck | 2015-03-06 | |
| | * | | | | | | | | | | | | | | fib_trie: Minor cleanups to fib_table_flush_external | Alexander Duyck | 2015-03-06 | |
| | * | | | | | | | | | | | | | | mpls: Properly validate RTA_VIA payload length | Robert Shearman | 2015-03-06 | |
| | * | | | | | | | | | | | | | | ipv4: Create probe timer for tcp PMTU as per RFC4821 | Fan Du | 2015-03-06 | |
| | * | | | | | | | | | | | | | | ipv4: Use binary search to choose tcp PMTU probe_size | Fan Du | 2015-03-06 | |
| | * | | | | | | | | | | | | | | DECnet: Only use neigh_ops for adding the link layer header | Eric W. Biederman | 2015-03-06 | |
| | * | | | | | | | | | | | | | | switchdev: fix CONFIG_IP_MULTIPLE_TABLES compile issue | Scott Feldman | 2015-03-06 | |
| | * | | | | | | | | | | | | | | ipv4: Fix unused variable warnings in fib_table_flush_external. | David S. Miller | 2015-03-06 | |
| | * | | | | | | | | | | | | | | fib: hook IPv4 fib for hardware offload | Scott Feldman | 2015-03-06 | |
| | * | | | | | | | | | | | | | | switchdev: implement IPv4 fib ndo wrappers | Scott Feldman | 2015-03-06 | |
| | * | | | | | | | | | | | | | | switchdev: don't support custom ip rules, for now | Scott Feldman | 2015-03-06 | |
| | * | | | | | | | | | | | | | | switchdev: add IPv4 fib ndo ops wrappers | Scott Feldman | 2015-03-06 | |
| | * | | | | | | | | | | | | | | net: dsa: extract dsa switch tree setup and removal | Florian Fainelli | 2015-03-06 | |
| | * | | | | | | | | | | | | | | net: dsa: let switches specify their tagging protocol | Florian Fainelli | 2015-03-06 | |
| | * | | | | | | | | | | | | | | net: dsa: split dsa_switch_setup into two functions | Florian Fainelli | 2015-03-06 | |
| | * | | | | | | | | | | | | | | net: dsa: allow deferred probing | Florian Fainelli | 2015-03-06 | |
| | * | | | | | | | | | | | | | | net: dsa: update dsa_of_{probe, remove} to use a device pointer | Florian Fainelli | 2015-03-06 | |
| | * | | | | | | | | | | | | | | inet_diag: remove duplicate code from inet_twsk_diag_dump() | Eric Dumazet | 2015-03-05 | |
| | * | | | | | | | | | | | | | | tipc: add ip/udp media type | Erik Hugne | 2015-03-05 | |
| | * | | | | | | | | | | | | | | tipc: increase size of tipc discovery messages | Erik Hugne | 2015-03-05 | |
| | * | | | | | | | | | | | | | | net_sched: move tp->root allocation into fw_init() | WANG Cong | 2015-03-05 | |
| | * | | | | | | | | | | | | | | net_sched: move tp->root allocation into route4_init() | WANG Cong | 2015-03-05 | |
| | * | | | | | | | | | | | | | | mpls: using vzalloc requires including vmalloc.h | Stephen Rothwell | 2015-03-05 | |
| | * | | | | | | | | | | | | | | bridge: Extend Proxy ARP design to allow optional rules for Wi-Fi | Jouni Malinen | 2015-03-05 | |
| | * | | | | | | | | | | | | | | ax25: Fix the build when CONFIG_INET is disabled | kbuild test robot | 2015-03-05 | |
| | * | | | | | | | | | | | | | | fib_trie: Prevent allocating tnode if bits is too big for size_t | Alexander Duyck | 2015-03-04 | |
| | * | | | | | | | | | | | | | | fib_trie: Update last spot w/ idx >> n->bits code and explanation | Alexander Duyck | 2015-03-04 | |
| | * | | | | | | | | | | | | | | fib_trie: Make fib_table rcu safe | Alexander Duyck | 2015-03-04 | |
| | * | | | | | | | | | | | | | | fib_trie: move leaf and tnode to occupy the same spot in the key vector | Alexander Duyck | 2015-03-04 | |
| | * | | | | | | | | | | | | | | fib_trie: Update insert and delete to make use of tp from find_node | Alexander Duyck | 2015-03-04 | |
| | * | | | | | | | | | | | | | | fib_trie: Fib find node should return parent | Alexander Duyck | 2015-03-04 | |
| | * | | | | | | | | | | | | | | fib_trie: Fib walk rcu should take a tnode and key instead of a trie and a leaf | Alexander Duyck | 2015-03-04 | |
| | * | | | | | | | | | | | | | | fib_trie: Only resize tnodes once instead of on each leaf removal in fib_tabl... | Alexander Duyck | 2015-03-04 | |
| | * | | | | | | | | | | | | | | mpls: rtm_mpls_policy[] can be static | Wu Fengguang | 2015-03-04 | |
| | * | | | | | | | | | | | | | | mpls: Multicast route table change notifications | Eric W. Biederman | 2015-03-04 | |
| | * | | | | | | | | | | | | | | mpls: Netlink commands to add, remove, and dump routes | Eric W. Biederman | 2015-03-04 | |
| | * | | | | | | | | | | | | | | mpls: Functions for reading and wrinting mpls labels over netlink | Eric W. Biederman | 2015-03-04 | |
| | * | | | | | | | | | | | | | | mpls: Basic support for adding and removing routes | Eric W. Biederman | 2015-03-04 | |
| | * | | | | | | | | | | | | | | mpls: Add a sysctl to control the size of the mpls label table | Eric W. Biederman | 2015-03-04 | |
| | * | | | | | | | | | | | | | | mpls: Basic routing support | Eric W. Biederman | 2015-03-04 | |
| | * | | | | | | | | | | | | | | mpls: Refactor how the mpls module is built | Eric W. Biederman | 2015-03-04 | |
| | * | | | | | | | | | | | | | | neigh: Add helper function neigh_xmit | Eric W. Biederman | 2015-03-04 | |
| | * | | | | | | | | | | | | | | neigh: Factor out ___neigh_lookup_noref | Eric W. Biederman | 2015-03-04 | |
| | * | | | | | | | | | | | | | | bridge: fix bridge netlink RCU usage | Johannes Berg | 2015-03-04 | |
