| Commit message (Expand) | Author | Age | Files | Lines |
* | tipc: update log.h re-include protection to reflect new name | Paul Gortmaker | 2011-01-01 | 1 | -2/+2 |
* | tipc: remove extraneous braces from single statements | Allan Stephens | 2011-01-01 | 7 | -48/+27 |
* | tipc: remove zeroing assignments to static global variables | Allan Stephens | 2011-01-01 | 11 | -15/+15 |
* | tipc: split variable assignments out of conditional expressions | Allan Stephens | 2011-01-01 | 4 | -32/+56 |
* | tipc: cleanup various cosmetic whitespace issues | Allan Stephens | 2011-01-01 | 17 | -94/+86 |
* | tipc: recode getsockopt error handling for better readability | Paul Gortmaker | 2011-01-01 | 1 | -13/+9 |
* | tipc: remove pointless check for NULL prior to kfree | Allan Stephens | 2011-01-01 | 2 | -6/+2 |
* | tipc: remove redundant #includes | Allan Stephens | 2011-01-01 | 12 | -32/+0 |
* | tipc: Finish streamlining of debugging code | Allan Stephens | 2011-01-01 | 4 | -45/+18 |
* | tipc: Prune down link-specific debugging code | Allan Stephens | 2011-01-01 | 3 | -147/+36 |
* | tipc: remove dump() and tipc_dump_dbg() | Allan Stephens | 2011-01-01 | 2 | -86/+3 |
* | tipc: remove calls to dbg() and msg_dbg() | Allan Stephens | 2011-01-01 | 14 | -233/+16 |
* | tipc: rename dbg.[ch] to log.[ch] | Allan Stephens | 2011-01-01 | 5 | -19/+15 |
* | tipc: Remove internal linked list of node objects | Allan Stephens | 2011-01-01 | 1 | -27/+16 |
* | tipc: Remove user registry subsystem | Allan Stephens | 2011-01-01 | 8 | -292/+7 |
* | tipc: Eliminate use of user registry by topology service | Allan Stephens | 2011-01-01 | 1 | -16/+10 |
* | tipc: Eliminate use of user registry by configuration service | Allan Stephens | 2011-01-01 | 1 | -19/+7 |
* | tipc: Remove prototype code for supporting multiple clusters | Allan Stephens | 2011-01-01 | 15 | -287/+81 |
* | tipc: Remove prototype code for supporting inter-cluster routing | Allan Stephens | 2011-01-01 | 9 | -543/+15 |
* | tipc: Remove prototype code for supporting slave nodes | Allan Stephens | 2011-01-01 | 11 | -245/+38 |
* | tipc: Remove prototype code for supporting multiple zones | Allan Stephens | 2011-01-01 | 14 | -323/+44 |
* | tipc: Delete tipc_ownidentity() | Allan Stephens | 2010-12-02 | 3 | -10/+2 |
* | tipc: Eliminate obsolete native API forwarding routines | Allan Stephens | 2010-12-02 | 2 | -87/+15 |
* | tipc: Eliminate an unused symbolic constant in link code | Allan Stephens | 2010-12-02 | 1 | -6/+0 |
* | tipc: Eliminate useless initialization when creating subscriber | Allan Stephens | 2010-12-02 | 1 | -1/+1 |
* | tipc: Remove unused domain argument from multicast send routine | Allan Stephens | 2010-12-02 | 3 | -3/+2 |
* | tipc: Remove support for TIPC mode change callback | Allan Stephens | 2010-12-02 | 4 | -53/+5 |
* | tipc: Delete useless function prototypes | Allan Stephens | 2010-12-02 | 4 | -4/+0 |
* | tipc: Eliminate useless return value when disabling a bearer | Allan Stephens | 2010-12-02 | 1 | -4/+5 |
* | tipc: Delete unused configuration service structure definition | Allan Stephens | 2010-12-02 | 1 | -7/+0 |
* | tipc: Remove obsolete inclusions of header files | Allan Stephens | 2010-12-02 | 22 | -77/+0 |
* | tipc: Remove obsolete native API files and exports | Allan Stephens | 2010-12-02 | 11 | -58/+382 |
* | net: tipc: fix information leak to userland | Kulikov Vasiliy | 2010-11-09 | 1 | -0/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-10-21 | 2 | -30/+40 |
|\ |
|
| * | Revert d88dca79d3852a3623f606f781e013d61486828a | Neil Horman | 2010-10-21 | 2 | -22/+37 |
| * | Revert c6537d6742985da1fbf12ae26cde6a096fd35b5c | Neil Horman | 2010-10-21 | 1 | -10/+5 |
* | | tipc: delete needless memset from bearer enabling. | Allan Stephens | 2010-10-21 | 1 | -2/+0 |
* | | tipc: Simplify bearer shutdown logic | Allan Stephens | 2010-10-18 | 1 | -27/+11 |
* | | tipc: Kill tipc_get_mode() completely. | David S. Miller | 2010-10-18 | 1 | -6/+0 |
* | | tipc: cleanup function namespace | stephen hemminger | 2010-10-16 | 26 | -389/+84 |
* | | tipc: clean out all instances of #if 0'd unused code | Paul Gortmaker | 2010-10-13 | 9 | -375/+1 |
* | | net: return operator cleanup | Eric Dumazet | 2010-09-23 | 12 | -26/+26 |
* | | tipc: Optimize handling excess content on incoming messages | Paul Gortmaker | 2010-09-09 | 2 | -10/+4 |
* | | tipc: Fix misleading error code when enabling Ethernet bearers | Allan Stephens | 2010-09-06 | 1 | -0/+10 |
* | | tipc: Ensure outgoing messages on Ethernet have sufficient headroom | Allan Stephens | 2010-09-06 | 1 | -8/+17 |
* | | tipc: Minor optimizations to name table translation code | Allan Stephens | 2010-09-06 | 2 | -5/+3 |
* | | tipc: Prevent missing name table entries when link flip-flops rapidly | Allan Stephens | 2010-08-17 | 4 | -1/+39 |
* | | tipc: Allow connect() to wait indefinitely | Allan Stephens | 2010-08-17 | 1 | -4/+7 |
* | | tipc: Minor enhancements to name table display format | Allan Stephens | 2010-08-17 | 1 | -28/+16 |
* | | tipc: Optimize tipc_node_has_active_links() | Allan Stephens | 2010-08-17 | 1 | -2/+1 |