aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | [INET]: Consolidate frag queues freeingPavel Emelyanov2007-10-174-14/+5
| * | [INET]: Remove no longer needed ->equal callbackPavel Emelyanov2007-10-174-32/+3
| * | [INET]: Consolidate xxx_find() in fragment managementPavel Emelyanov2007-10-174-96/+68
| * | [INET]: Consolidate xxx_frag_create()Pavel Emelyanov2007-10-174-82/+76
| * | [INET]: Consolidate xxx_frag_alloc()Pavel Emelyanov2007-10-174-36/+39
| * | [INET]: Consolidate xxx_frag_internPavel Emelyanov2007-10-174-96/+75
| * | [INET]: Omit double hash calculations in xxx_frag_internPavel Emelyanov2007-10-172-13/+9
| * | [BR2684]: get rid of broken header code.Stephen Hemminger2007-10-171-121/+0
| * | [IRDA]: IrCOMM discovery indication simplificationRyan Reading2007-10-171-12/+3
| * | [DCCP]: fix link error with !CONFIG_SYSCTLIngo Molnar2007-10-172-3/+3
| * | [IPV6]: Fix memory leak in cleanup_ipv6_mibs()Pavel Emelyanov2007-10-171-0/+1
* | | sysctl: properly register the irda binary sysctl numbersEric W. Biederman2007-10-181-20/+14
* | | sysctl: remove broken netfilter binary sysctlsEric W. Biederman2007-10-187-42/+0
* | | sysctl: ipv4 remove binary sysctl paths where they are brokenEric W. Biederman2007-10-181-2/+0
* | | sysctl: remove broken sunrpc debug binary sysctlsEric W. Biederman2007-10-181-4/+0
* | | sysctl: ipv6 route flushing (kill binary path)Eric W. Biederman2007-10-181-1/+0
* | | sysctl: fix neighbour table sysctls.Eric W. Biederman2007-10-182-50/+49
|/ /
* | 9p: remove sysctlEric Van Hensbergen2007-10-173-92/+0
* | 9p: fix bad kconfig cross-dependencyEric Van Hensbergen2007-10-173-0/+64
* | 9p: attach-per-userLatchesar Ionkov2007-10-172-8/+34
* | 9p: Make transports dynamicEric Van Hensbergen2007-10-175-159/+281
* | r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen2007-10-171-9/+9
* | KEYS: Make request_key() and co fundamentally asynchronousDavid Howells2007-10-172-3/+30
* | Remove "unsafe" from module structRusty Russell2007-10-171-1/+0
* | Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-172-2/+2
* | net/sunrpc/xprtrdma/verbs.c printk warning fixAndrew Morton2007-10-161-1/+2
|/
* [IPV6]: Consolidate the ip6_pol_route_(input|output) pairPavel Emelyanov2007-10-151-68/+9
* [NEIGH]: Ensure that pneigh_lookup is protected with RTNLPavel Emelyanov2007-10-151-0/+2
* [INET]: kmalloc+memset -> kzalloc in frag_alloc_queueDenis V. Lunev2007-10-152-10/+4
* [IPV6]: Replace sk_buff ** with sk_buff * in input handlersHerbert Xu2007-10-1512-53/+33
* [INET]: Consolidate the xxx_putPavel Emelyanov2007-10-153-6/+3
* [INET]: Small cleanup for xxx_put after evictor consolidationPavel Emelyanov2007-10-153-16/+16
* [INET]: Consolidate the xxx_evictorPavel Emelyanov2007-10-154-80/+41
* [INET]: Consolidate the xxx_frag_destroyPavel Emelyanov2007-10-154-86/+69
* [INET]: Consolidate xxx_the secret_rebuildPavel Emelyanov2007-10-154-90/+50
* [INET]: Consolidate the xxx_frag_killPavel Emelyanov2007-10-154-66/+26
* [INET]: Collect common frag sysctl variables togetherPavel Emelyanov2007-10-156-58/+68
* [INET]: Collect frag queues management objects togetherPavel Emelyanov2007-10-157-175/+205
* [INET]: Move common fields from frag_queues in one place.Pavel Emelyanov2007-10-153-250/+217
* [TCP]: high_seq parameter removed (all callers use tp->high_seq)Ilpo Järvinen2007-10-151-6/+5
* [IPV6]: Uninline netfilter okfnsPatrick McHardy2007-10-152-2/+2
* [BRIDGE]: Remove SKB share checks in br_nf_pre_routing().Patrick McHardy2007-10-151-3/+0
* [IPV4]: Uninline netfilter okfnsPatrick McHardy2007-10-153-4/+4
* [NET]: Avoid copying TCP packets unnecessarilyHerbert Xu2007-10-151-11/+10
* [NET]: Fix csum_start update in pskb_expand_headHerbert Xu2007-10-151-1/+1
* [NETLINK]: Don't leak 'listeners' in netlink_kernel_create()Jesper Juhl2007-10-151-0/+2
* [IPV6] __inet6_csk_dst_store(): fix check-after-useAdrian Bunk2007-10-151-1/+1
* [IPV6]: Avoid skb_copy/pskb_copy/skb_realloc_headroom on inputHerbert Xu2007-10-151-18/+5
* [IPV6]: Make ipv6_frag_rcv return the same packetHerbert Xu2007-10-151-17/+40
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-1593-894/+858