aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-17[NET]: Fix the race between sk_filter_(de|at)tach and sk_clone()Pavel Emelyanov1-2/+21
2007-10-17[NET]: Cleanup the error path in sk_attach_filterPavel Emelyanov1-12/+11
2007-10-17[NET]: Move the filter releasing into a separate callPavel Emelyanov2-3/+3
2007-10-17[NET]: Introduce the sk_detach_filter() callPavel Emelyanov2-11/+17
2007-10-17[MAC80211]: only honor IW_SCAN_THIS_ESSID in STA, IBSS, and AP modesJohn W. Linville1-18/+19
2007-10-17Merge branch 'fixes-davem' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller3-45/+73
2007-10-17[INET]: Consolidate frag queues freeingPavel Emelyanov4-14/+5
2007-10-17[INET]: Remove no longer needed ->equal callbackPavel Emelyanov4-32/+3
2007-10-17[INET]: Consolidate xxx_find() in fragment managementPavel Emelyanov4-96/+68
2007-10-17[INET]: Consolidate xxx_frag_create()Pavel Emelyanov4-82/+76
2007-10-17[INET]: Consolidate xxx_frag_alloc()Pavel Emelyanov4-36/+39
2007-10-17[INET]: Consolidate xxx_frag_internPavel Emelyanov4-96/+75
2007-10-17[INET]: Omit double hash calculations in xxx_frag_internPavel Emelyanov2-13/+9
2007-10-17[BR2684]: get rid of broken header code.Stephen Hemminger1-121/+0
2007-10-17[IRDA]: IrCOMM discovery indication simplificationRyan Reading1-12/+3
2007-10-17[DCCP]: fix link error with !CONFIG_SYSCTLIngo Molnar2-3/+3
2007-10-17[IPV6]: Fix memory leak in cleanup_ipv6_mibs()Pavel Emelyanov1-0/+1
2007-10-179p: remove sysctlEric Van Hensbergen3-92/+0
2007-10-179p: fix bad kconfig cross-dependencyEric Van Hensbergen3-0/+64
2007-10-179p: attach-per-userLatchesar Ionkov2-8/+34
2007-10-179p: Make transports dynamicEric Van Hensbergen5-159/+281
2007-10-17r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen1-9/+9
2007-10-17KEYS: Make request_key() and co fundamentally asynchronousDavid Howells2-3/+30
2007-10-17Remove "unsafe" from module structRusty Russell1-1/+0
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2-2/+2
2007-10-16[PATCH] mac80211: honor IW_SCAN_THIS_ESSID in siwscan ioctlBill Moss1-16/+24
2007-10-16[PATCH] mac80211: store SSID in sta_bss_listJohn W. Linville1-21/+33
2007-10-16[PATCH] mac80211: store channel info in sta_bss_listJohn W. Linville1-15/+19
2007-10-16[PATCH] mac80211: reorder association debug outputJohannes Berg1-5/+6
2007-10-16[PATCH] mac80211: fix set_channel regressionJohannes Berg1-1/+4
2007-10-16[PATCH] ieee80211: fix TKIP QoS bugJohannes Berg1-1/+1
2007-10-16net/sunrpc/xprtrdma/verbs.c printk warning fixAndrew Morton1-1/+2
2007-10-15[IPV6]: Consolidate the ip6_pol_route_(input|output) pairPavel Emelyanov1-68/+9
2007-10-15[NEIGH]: Ensure that pneigh_lookup is protected with RTNLPavel Emelyanov1-0/+2
2007-10-15[INET]: kmalloc+memset -> kzalloc in frag_alloc_queueDenis V. Lunev2-10/+4
2007-10-15[IPV6]: Replace sk_buff ** with sk_buff * in input handlersHerbert Xu12-53/+33
2007-10-15[INET]: Consolidate the xxx_putPavel Emelyanov3-6/+3
2007-10-15[INET]: Small cleanup for xxx_put after evictor consolidationPavel Emelyanov3-16/+16
2007-10-15[INET]: Consolidate the xxx_evictorPavel Emelyanov4-80/+41
2007-10-15[INET]: Consolidate the xxx_frag_destroyPavel Emelyanov4-86/+69
2007-10-15[INET]: Consolidate xxx_the secret_rebuildPavel Emelyanov4-90/+50
2007-10-15[INET]: Consolidate the xxx_frag_killPavel Emelyanov4-66/+26
2007-10-15[INET]: Collect common frag sysctl variables togetherPavel Emelyanov6-58/+68
2007-10-15[INET]: Collect frag queues management objects togetherPavel Emelyanov7-175/+205
2007-10-15[INET]: Move common fields from frag_queues in one place.Pavel Emelyanov3-250/+217
2007-10-15[TCP]: high_seq parameter removed (all callers use tp->high_seq)Ilpo Järvinen1-6/+5
2007-10-15[IPV6]: Uninline netfilter okfnsPatrick McHardy2-2/+2
2007-10-15[BRIDGE]: Remove SKB share checks in br_nf_pre_routing().Patrick McHardy1-3/+0
2007-10-15[IPV4]: Uninline netfilter okfnsPatrick McHardy3-4/+4
2007-10-15[NET]: Avoid copying TCP packets unnecessarilyHerbert Xu1-11/+10