| Commit message (Expand) | Author | Age | Files | Lines |
* | unix_diag: Fixup RQLEN extension report | Pavel Emelyanov | 2011-12-30 | 1 | -1/+12 |
* | af_unix: Move CINQ/COUTQ code to helpers | Pavel Emelyanov | 2011-12-30 | 1 | -23/+36 |
* | unix_diag: Add the MEMINFO extension | Pavel Emelyanov | 2011-12-30 | 1 | -8/+12 |
* | inet_diag: Add the SKMEMINFO extension | Pavel Emelyanov | 2011-12-30 | 1 | -0/+4 |
* | sock_diag: Introduce the meminfo nla core (v2) | Pavel Emelyanov | 2011-12-30 | 1 | -0/+23 |
* | Merge branch 'tipc-Dec29-2011' of git://git.kernel.org/pub/scm/linux/kernel/g... | David S. Miller | 2011-12-30 | 18 | -237/+248 |
|\ |
|
| * | tipc: rename struct bearer_name to struct tipc_bearer_names | Paul Gortmaker | 2011-12-30 | 2 | -6/+6 |
| * | tipc: rename struct link* to struct tipc_link* | Paul Gortmaker | 2011-12-30 | 10 | -146/+156 |
| * | tipc: rename struct bcbearer* to tipc_bcbearer* | Paul Gortmaker | 2011-12-30 | 1 | -10/+10 |
| * | tipc: rename struct bclink to struct tipc_bclink | Paul Gortmaker | 2011-12-30 | 1 | -4/+4 |
| * | tipc: rename struct subscriber to struct tipc_subscriber | Paul Gortmaker | 2011-12-30 | 1 | -11/+11 |
| * | tipc: rename struct subscription to struct tipc_subscription | Paul Gortmaker | 2011-12-30 | 4 | -26/+27 |
| * | tipc: rename struct port_list to struct tipc_port_list | Paul Gortmaker | 2011-12-30 | 6 | -19/+19 |
| * | tipc: rename struct media to struct tipc_media | Paul Gortmaker | 2011-12-30 | 5 | -15/+15 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2011-12-30 | 3 | -9/+22 |
|\ \ |
|
| * | | packet: fix possible dev refcnt leak when bind fail | Wei Yongjun | 2011-12-28 | 1 | -1/+5 |
| * | | Merge branch 'nf' of git://1984.lsi.us.es/net | David S. Miller | 2011-12-24 | 1 | -5/+13 |
| |\ \ |
|
| | * | | netfilter: ctnetlink: fix scheduling while atomic if helper is autoloaded | Pablo Neira Ayuso | 2011-12-24 | 1 | -0/+3 |
| | * | | netfilter: ctnetlink: fix return value of ctnetlink_get_expect() | Pablo Neira Ayuso | 2011-12-24 | 1 | -5/+10 |
| * | | | netem: dont call vfree() under spinlock and BH disabled | Eric Dumazet | 2011-12-24 | 1 | -3/+4 |
* | | | | ipv6: Fix neigh lookup using NULL device. | David S. Miller | 2011-12-30 | 1 | -7/+10 |
* | | | | ipv6: Report TCP timetstamp info in cacheinfo just like ipv4 does. | David S. Miller | 2011-12-29 | 1 | -1/+10 |
* | | | | sch_tbf: report backlog information | Eric Dumazet | 2011-12-29 | 1 | -0/+1 |
* | | | | netfilter: Kconfig: fix unmet xt_nfacct dependencies | Pablo Neira Ayuso | 2011-12-29 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | ipv6: Kill rt6i_dev and rt6i_expires defines. | David S. Miller | 2011-12-29 | 9 | -49/+49 |
* | | | ipv6: Create fast inline ipv6 neigh lookup just like ipv4. | David S. Miller | 2011-12-28 | 1 | -19/+22 |
* | | | ipv6: Use universal hash for NDISC. | David S. Miller | 2011-12-28 | 4 | -18/+18 |
* | | | netrom: avoid overflows in nr_setsockopt() | Xi Wang | 2011-12-28 | 1 | -7/+7 |
* | | | ax25: avoid overflows in ax25_setsockopt() | Xi Wang | 2011-12-28 | 1 | -5/+6 |
* | | | genetlink: add auto module loading | Stephen Hemminger | 2011-12-28 | 1 | -0/+9 |
* | | | ipv6: Remove optimistic DAD flag test in ipv6_add_addr() | David Miller | 2011-12-28 | 1 | -10/+0 |
* | | | netfilter: provide config option to disable ancient procfs parts | Jan Engelhardt | 2011-12-27 | 4 | -9/+19 |
* | | | netfilter: xtables: collapse conditions in xt_ecn | Jan Engelhardt | 2011-12-27 | 1 | -9/+6 |
* | | | netfilter: xtables: add an IPv6 capable version of the ECN match | Patrick McHardy | 2011-12-27 | 1 | -26/+80 |
* | | | netfilter: xtables: give xt_ecn its own name | Jan Engelhardt | 2011-12-27 | 1 | -17/+17 |
* | | | netfilter: xtables: move ipt_ecn to xt_ecn | Jan Engelhardt | 2011-12-27 | 5 | -6/+16 |
* | | | tipc: Allow use of buf_seqno() helper routine by unicast links | Allan Stephens | 2011-12-27 | 3 | -25/+24 |
* | | | tipc: Ignore broadcast acknowledgements that are out-of-range | Allan Stephens | 2011-12-27 | 4 | -13/+37 |
* | | | tipc: Flush unsent broadcast messages when contact with last node is lost | Allan Stephens | 2011-12-27 | 1 | -1/+11 |
* | | | tipc: Minor optimization of broadcast link transmit queue statistic | Allan Stephens | 2011-12-27 | 1 | -4/+4 |
* | | | tipc: Handle broadcast attempt when no neighboring nodes exist | Allan Stephens | 2011-12-27 | 1 | -1/+7 |
* | | | tipc: Ensure broadcast link spinlock is held when updating node map | Allan Stephens | 2011-12-27 | 3 | -10/+22 |
* | | | tipc: Eliminate dynamic allocation of broadcast link data structures | Allan Stephens | 2011-12-27 | 3 | -31/+13 |
* | | | tipc: Eliminate useless check when network address is assigned | Allan Stephens | 2011-12-27 | 1 | -7/+5 |
* | | | tipc: Minor correction to TIPC module unloading | Allan Stephens | 2011-12-27 | 1 | -1/+1 |
* | | | tipc: Eliminate useless memset operations in Ethernet media support | Allan Stephens | 2011-12-27 | 1 | -3/+0 |
* | | | tipc: Do timely cleanup of disabled Ethernet bearer resources | Allan Stephens | 2011-12-27 | 1 | -12/+27 |
* | | | tipc: Minor optimization to deactivation of Ethernet media suppot | Allan Stephens | 2011-12-27 | 2 | -5/+1 |
* | | | tipc: Revise comment justifying release of configuration spinlock | Allan Stephens | 2011-12-27 | 1 | -7/+6 |
* | | | tipc: Allow run-time alteration of default link settings | Allan Stephens | 2011-12-27 | 3 | -49/+127 |